This call back will be executed when the server a client start transmiting data

Namespace: White_Tiger.Protocols.TCP
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public void OnDataReceived(
	IAsyncResult asyn
)
Visual Basic
Public Sub OnDataReceived ( 
	asyn As IAsyncResult
)
Visual C++
public:
void OnDataReceived(
	IAsyncResult^ asyn
)

Parameters

asyn
Type: System..::..IAsyncResult

[Missing <param name="asyn"/> documentation for "M:White_Tiger.Protocols.TCP.TCPServer.OnDataReceived(System.IAsyncResult)"]

See Also