ComponentSpace Proxy Class Library Reference

ProxyClientBase Class

The base class for proxy clients.

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

System.Object
   ComponentSpace.Proxy.ProxyClientBase
      ComponentSpace.Proxy.Http.HttpProxyClient
      ComponentSpace.Proxy.Socks4.Socks4Client
      ComponentSpace.Proxy.Socks5.Socks5Client

[Visual Basic]
MustInherit Public Class ProxyClientBase
    Implements IProxyClient
[C#]
public abstract class ProxyClientBase : IProxyClient

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ComponentSpace.Proxy

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

See Also

ProxyClientBase Members | ComponentSpace.Proxy Namespace