Start waiting for data from the client

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 WaitForData(
	Socket soc
)
Visual Basic
Public Sub WaitForData ( 
	soc As Socket
)
Visual C++
public:
void WaitForData(
	Socket^ soc
)

Parameters

soc
Type: System.Net.Sockets..::..Socket

[Missing <param name="soc"/> documentation for "M:White_Tiger.Protocols.TCP.TCPServer.WaitForData(System.Net.Sockets.Socket)"]

See Also