Method OnReceiveComplete : Void ( data:DataBuffer, offset:Int, count:Int, source:Socket )
This method is called when an asynchronous socket Receive or ReceiveAll operation completes.
count contains the number of bytes received.
See alsoImpressum, Datenschutzerklärung
Methods | |
---|---|
OnReceiveComplete : Void ( data:DataBuffer, offset:Int, count:Int, source:Socket ) |
This method is called when an asynchronous socket Receive or ReceiveAll operation completes. |
Method OnReceiveComplete : Void ( data:DataBuffer, offset:Int, count:Int, source:Socket )
This method is called when an asynchronous socket Receive or ReceiveAll operation completes.
count contains the number of bytes received.
See also