The properties of the ProxySocket class are listed below. For a complete list of ProxySocket class members, see the ProxySocket Members topic.
AuthenticationMethod | Gets or sets the authentication method to use for HTTP CONNECT proxy. |
Available | Gets the amount of data that has been received from the network and is available to be read. |
Connected | Gets a value indicating whether a ProxySocket is connected to a remote resource. |
Domain | Gets or sets the domain to submit to the proxy server for authentication. |
Handle | Gets the operating system handle for the inner Socket. |
LocalEndPoint | Gets the local endpoint. |
Password | Gets or sets the username to submit to the proxy server for authentication. |
ProxyHost | Gets or sets the hostname of the proxy server. |
ProxyPort | Gets or sets the port of the proxy server. |
ProxyType | Gets or sets the type of the proxy server. |
RemoteEndPoint | Gets the remote endpoint. |
Socket | Gets the internal Socket value. |
Timeout | Gets or sets the length of time before the Connect, Listen or Accept operation times out. |
UserName | Gets or sets the username to submit to the proxy server for authentication. |
ProxySocket Class | Rebex.Net Namespace