Monkey Documentation

Interface IOnSendComplete


Methods:
  • OnSendComplete : Void ( data:DataBuffer, offset:Int, count:Int, source:Socket )

Method Documentation

Method OnSendComplete : Void ( data:DataBuffer, offset:Int, count:Int, source:Socket )

This method is called when an asynchronous socket Send operation completes.

counts contains the number of bytes sent, and will either be the same as the number of bytes requested by SendAsync, or 0 if not all bytes could be sent.

See also SendAsync