The ProxySocket type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAuthenticationMethod
Gets the authentication method to use for HTTP CONNECT proxy. NTLM authentication is only supported by some HTTP CONNECT proxies.
Public propertySupported by the .NET Compact FrameworkAvailable
Gets the amount of data that has been received from the network and is available to be read.
Public propertySupported by the .NET Compact FrameworkConnected
Gets a value that indicates whether the ProxySocket is connected to a remote host as of the last Send or Receive operation.
Public propertySupported by the .NET Compact FrameworkDomain
Gets the domain to submit to the proxy server for authentication.
Public propertySupported by the .NET Compact FrameworkHandle
Gets the operating system handle for the inner Socket.
Public propertySupported by the .NET Compact FrameworkInformation
Gets socket information on the underlying socket object.
Public propertySupported by the .NET Compact FrameworkLocalEndPoint
Gets the local endpoint.
Public propertySupported by the .NET Compact FrameworkLocalPortRange
Gets the local TCP port range to which to bind the connections.
Public propertySupported by the .NET Compact FrameworkPassword
Gets the username to submit to the proxy server for authentication. Password authentication is not supported by SOCKS4 and SOCKS4a.
Public propertySupported by the .NET Compact FrameworkProxyHost
Gets the hostname of the proxy server.
Public propertySupported by the .NET Compact FrameworkProxyPort
Gets the port of the proxy server.
Public propertySupported by the .NET Compact FrameworkProxyType
Gets the type of the proxy server.
Public propertySupported by the .NET Compact FrameworkRemoteEndPoint
Gets the remote endpoint.
Public propertySupported by the .NET Compact FrameworkSocket
Gets the internal Socket value.
Public propertySupported by the .NET Compact FrameworkTimeout
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).
Public propertySupported by the .NET Compact FrameworkUserName
Gets the username to submit to the proxy server for authentication.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkISocketExt..::..Factory

See Also