The ProxySocket type exposes the following members.
Properties
Name | Description | |
---|---|---|
AuthenticationMethod |
Gets the authentication method to use for HTTP CONNECT proxy.
NTLM authentication is only supported by some HTTP CONNECT proxies.
| |
Available |
Gets the amount of data that has been received from the network and is available to be read.
| |
Connected |
Gets a value that indicates whether the ProxySocket is connected to a remote host as of the last Send or Receive operation.
| |
Domain |
Gets the domain to submit to the proxy server for authentication.
| |
Handle |
Gets the operating system handle for the inner Socket.
| |
Information |
Gets socket information on the underlying socket object.
| |
LocalEndPoint |
Gets the local endpoint.
| |
LocalPortRange |
Gets the local TCP port range to which to bind the connections.
| |
Password |
Gets the username to submit to the proxy server for authentication.
Password authentication is not supported by SOCKS4 and SOCKS4a.
| |
ProxyHost |
Gets the hostname of the proxy server.
| |
ProxyPort |
Gets the port of the proxy server.
| |
ProxyType |
Gets 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 in milliseconds before the operation times out
(specify -1 or 0 to indicate that the request does not time out which is default).
| |
UserName |
Gets the username to submit to the proxy server for authentication.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISocketExt..::..Factory |