Proxy.GetStream

Proxy.GetStream method

Returns configured network stream to transport data to the required host through the proxy server.

public Stream GetStream(string address, int port)
ParameterTypeDescription
addressStringThe domain name of the host we want to contact
portInt32The port number of the host we want to contact

Return Value

Returns configure network stream to connect with required host through the proxy server.

See Also