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