ComponentSpace Proxy Class Library Reference

ProxyClientBase Constructor 

Constructs a ProxyClientBase .

[Visual Basic]
Protected Sub New( _
   ByVal proxyAddress As String, _
   ByVal proxyPort As Integer _
)
[C#]
protected ProxyClientBase(
   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

ProxyClientBase Class | ComponentSpace.Proxy Namespace