ComponentSpace Proxy Class Library Reference

IProxyClient Interface

The IProxyClient interface provides a generic interface for accessing proxy client classes.

For a list of all members of this type, see IProxyClient Members.

[Visual Basic]
Public Interface IProxyClient
[C#]
public interface IProxyClient

Types that implement IProxyClient

Type Description
HttpProxyClient The HttpProxyClient permits connections to be made through an HTTP proxy server.
ProxyClientBase The base class for proxy clients.
Socks4Client The Socks4Client permits connections to be made through a SOCKS 4/4A proxy server.
Socks5Client The Socks5Client permits connections to be made through a SOCKS 5 proxy server.

Requirements

Namespace: ComponentSpace.Proxy

Assembly: ComponentSpace.Proxy (in ComponentSpace.Proxy.dll)

See Also

IProxyClient Members | ComponentSpace.Proxy Namespace