ComponentSpace Proxy Class Library Reference

ComponentSpace.Proxy Namespace

The ComponentSpace.Proxy namespace provides simplified access to proxy client classes that can be used to communicate to HTTP, SOCKS v4, SOCKS v4A and SOCKS v5 proxy servers.

It supports outbound TCP connections through these types of proxy servers.

The ProxyClientFactory class includes a method for creating a proxy client of the specified type.

The IProxyClient interface enables accessing the proxy client classes in a standard manner.

Namespace hierarchy

Classes

ClassDescription
ConnectCompletedEventArgs Provides data for the ConnectCompleted event.
ProxyClientBase The base class for proxy clients.
ProxyClientFactory The factory class for creating proxy clients.
ProxyException The exception that is thrown when an Proxy operation fails.

Interfaces

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

Delegates

DelegateDescription
ConnectCompletedEventHandler Represents the method that will handle the ConnectCompleted event.

Enumerations

EnumerationDescription
ProxyType The proxy type.