Syntax
| C# |
|---|
public class HttpProxyClient |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | HttpProxyClientHttpProxyClientNew | Overloaded. |
Public Methods
| Name | Description | |
|---|---|---|
![]() | CancelAsync |
Cancels any asychronous operation that is currently active.
|
![]() | CreateConnection |
Creates a remote TCP connection through a proxy server to the destination host on the destination port.
|
![]() | CreateConnectionAsync |
Asynchronously creates a remote TCP connection through a proxy server to the destination host on the destination port.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
![]() | IsAsyncCancelled |
Gets a value indicating whether an asynchronous operation is cancelled.
|
![]() | IsBusy |
Gets a value indicating whether an asynchronous operation is running.
|
![]() | ProxyHost |
Gets or sets host name or IP address of the proxy server.
|
![]() | ProxyName |
Gets String representing the name of the proxy.
|
![]() | ProxyPort |
Gets or sets port number for the proxy server.
|
![]() | TcpClient |
Gets or sets the TcpClient object.
This property can be set prior to executing CreateConnection to use an existing TcpClient connection.
|
Public Events
| Name | Description | |
|---|---|---|
![]() | CreateConnectionAsyncCompleted |
Event handler for CreateConnectionAsync method completed.
|
See Also
Starksoft.Net.Proxy Namespace












