Proxy

Proxy class

Base proxy client.

Constructors

NameDescription
Proxy

Methods

NameDescription
DisposeDisposes this instance and requests that the underlying TCP connection be closed.
get_AddressThe domain name or IP address of the proxy server
get_PasswordPassword for proxy authentication
get_PortThe port number for the proxy server
get_UsernameUsername for proxy authentication
GetStreamReturns configured network stream to transport data to the required host through the proxy server.
set_AddressThe domain name or IP address of the proxy server
set_PasswordPassword for proxy authentication
set_PortThe port number for the proxy server
set_UsernameUsername for proxy authentication
SetUpStreamConfigures proxy-server to transport data to the target host.