Gets or sets the Socket connection between the proxy server and the local client.
[Visual Basic]Friend Property ClientSocket As System.Net.Sockets.Socket
[C#]
internal System.Net.Sockets.Socket ClientSocket {get; set;}
Property Value
A Socket instance defining the connection between the proxy server and the local client.
See Also
Client Class | Client Members | Org.Mentalis.Proxy Namespace | DestinationSocket