HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

final class Socket_Worker

package cs.system.net.sockets

import cs.system.net.sockets.Socket

@:nativeGen@:libType@:csNative@:native("System.Net.Sockets.Socket.Worker")

Available on cs

Static variables

staticDispatcher:Socket_SocketAsyncCall

Constructor

finalnew(args:SocketAsyncEventArgs)

finalnew(ares:Socket_SocketAsyncResult)

Variables

result:Socket_SocketAsyncResult

Methods

finalAccept():Void

finalAcceptReceive():Void

finalConnect():Void

finalDisconnect():Void

finalDispose():Void

finalInit(sock:Socket, args:SocketAsyncEventArgs, op:Socket_SocketOperation):Void

finalReceive():Void

finalReceiveFrom():Void

finalReceiveGeneric():Void

finalSend():Void

finalSendGeneric():Void

finalSendTo():Void

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe