Monkey Documentation

Interface IOnSendToComplete


Methods:
  • OnSendToComplete : Void ( data:DataBuffer, offset:Int, count:Int, address:SocketAddress, source:Socket )

Method Documentation

Method OnSendToComplete : Void ( data:DataBuffer, offset:Int, count:Int, address:SocketAddress, source:Socket )

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

counts contains the number of bytes sent.

See also SendToAsync