Proxy
|
The ProxySocket type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProxySocket(AddressFamily, SocketType, ProtocolType) | Initializes a new instance of the ProxySocket class. |
![]() | ProxySocket(AddressFamily, SocketType, ProtocolType, String) | Initializes a new instance of the ProxySocket class. |
![]() | ProxySocket(AddressFamily, SocketType, ProtocolType, String, String) | Initializes a new instance of the ProxySocket class. |
Name | Description | |
---|---|---|
![]() | ProxyEndPoint | Gets or sets the EndPoint of the proxy server. |
![]() | ProxyPass | Gets or sets the password to use when authenticating with the proxy. |
![]() | ProxyType | Gets or sets the type of proxy server to use. |
![]() | ProxyUser | Gets or sets the username to use when authenticating with the proxy. |
Name | Description | |
---|---|---|
![]() | BeginConnect(EndPoint, AsyncCallback, Object) | Begins an asynchronous request for a connection to a network device. |
![]() | BeginConnect(String, Int32, AsyncCallback, Object) | Begins an asynchronous request for a connection to a network device. |
![]() | Connect(EndPoint) | Establishes a connection to a remote device. |
![]() | Connect(String, Int32) | Establishes a connection to a remote device. |
![]() | EndConnect | Ends a pending asynchronous connection request. |