ComponentSpace Proxy Class Library Reference

HttpProxyClient Constructor (String, Int32)

Initializes a new instance of the HttpProxyClient class with the specified proxy server address and port. The address can either be the name of the server (eg. www.myproxy.com) or its IP address (eg. 66.210.153.10).

[Visual Basic]
Overloads Public Sub New( _
   ByVal proxyAddress As String, _
   ByVal proxyPort As Integer _
)
[C#]
public HttpProxyClient(
   string proxyAddress,
   int proxyPort
);

Parameters

proxyAddress
The proxy server address (eg. 66.210.153.10 or www.myproxy.com).
proxyPort
The proxy server port number.

See Also

HttpProxyClient Class | ComponentSpace.Proxy.Http Namespace | HttpProxyClient Constructor Overload List