The socket that handles communications with the client


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public clientSocket As BufferedSocket
C#
public BufferedSocket clientSocket;
C++
public:
 BufferedSocket clientSocket sealed ;
J#
public BufferedSocket clientSocket
JScript
public clientSocket : BufferedSocket;

See Also