HTTP connection proxy class. This class implements the HTTP standard proxy protocol.
Namespace: Starksoft.Net.Proxy
You can use this class to set up a connection to an HTTP proxy server. Calling the CreateConnection() method initiates the proxy connection and returns a standard System.Net.Socks.TcpClient object that can be used as normal. The proxy plumbing is all handled for you.
Copy Code | |
|---|---|
Assembly: Starksoft.Net.Proxy (in Starksoft.Net.Proxy.dll)
Syntax
| C# |
|---|
public class HttpProxyClient : IProxyClient |
| Visual Basic (Declaration) |
|---|
Public Class HttpProxyClient _ Implements IProxyClient |
Inheritance Hierarchy
See Also
HttpProxyClient Members
Starksoft.Net.Proxy Namespace








