C# (CSharp) Halibut.Transport.Proxy 네임스페이스

중첩된 네임스페이스

Halibut.Transport.Proxy.Exceptions

클래스들

이름 설명
HttpProxyClient HTTP connection proxy class. This class implements the HTTP standard proxy protocol.

You can use this class to set up a connection to an HTTP proxy server. Calling the CreateConnection() method initiates the proxy connection and returns a standard System.Net.Socks.TcpClient object that can be used as normal. The proxy plumbing is all handled for you.

ProxyClientFactory Factory class for creating new proxy client objects.
Utils