Client.DestinationSocket Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Client.DestinationSocket Property

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