HttpProxy Class |
Namespace: Aspose.Email.Clients
The HttpProxy type exposes the following members.
Name | Description | |
---|---|---|
![]() | HttpProxy(String, Int32) |
Initializes a new instance of the HttpProxy class to connect to proxy server without authentication.
|
![]() | HttpProxy(String, Int32, String, String) |
Initializes a new instance of the HttpProxy class to connect to proxy server with defined username and password.
|
Name | Description | |
---|---|---|
![]() | Address |
The domain name or IP address of the proxy server
(Inherited from Proxy.) |
![]() | Credentials |
The credentials to submit to the proxy server for authentication.
|
![]() | Password |
Password for proxy authentication
(Inherited from Proxy.) |
![]() | Port |
The port number for the proxy server
(Inherited from Proxy.) |
![]() | SupportedAuthenticationMethods |
The supported authentication methods to connect to HTTP proxy
|
![]() | Username |
Username for proxy authentication
(Inherited from Proxy.) |
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes this instance and requests that the underlying TCP connection be closed.
(Inherited from Proxy.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProxy |
Returns the URI of a proxy.
|
![]() | GetStream |
Returns configured network stream to transport data to the required host through the proxy server.
(Inherited from Proxy.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsBypassed |
Indicates that the proxy should not be used for the specified host.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetUpStream |
Configures proxy-server to transport data to the target host.
(Overrides ProxySetUpStream(Stream, String, Int32).) |
![]() | ToString | (Inherited from Object.) |