Click or drag to resize
TcpNetworkClient Events

The TcpNetworkClient type exposes the following members.

Events
  NameDescription
Public eventOnConnected
Optional. Is called when a connection is initially established.
Public eventOnDisconnect
Will be called once on transition from Connected to Disconnected.
Public eventOnError
Is called when the underlying socket has transitioned to an error state.
Public eventOnReceive
Is called when a packet has been received.
Public eventOnSend
Is called after an asynchronous send operation has completed.
Top
See Also