TcpNetworkClient Events |
The TcpNetworkClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnConnected |
Optional. Is called when a connection is initially established.
|
![]() | OnDisconnect |
Will be called once on transition from Connected to Disconnected.
|
![]() | OnError |
Is called when the underlying socket has transitioned to an error state.
|
![]() | OnReceive |
Is called when a packet has been received.
|
![]() | OnSend |
Is called after an asynchronous send operation has completed.
|