ComponentSpace Proxy Class Library Reference

ProxyClientFactory.CreateProxyClient Method 

Creates a proxy client of the specified type.

[Visual Basic]
Public Shared Function CreateProxyClient( _
   ByVal proxyType As ProxyType, _
   ByVal proxyAddress As String, _
   ByVal proxyPort As Integer _
) As IProxyClient
[C#]
public static IProxyClient CreateProxyClient(
   ProxyType proxyType,
   string proxyAddress,
   int proxyPort
);

Parameters

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

Return Value

The proxy client.

See Also

ProxyClientFactory Class | ComponentSpace.Proxy Namespace