HttpProxy.SetUpStream

HttpProxy.SetUpStream method

Configures proxy-server to transport data to the target host.

public override void SetUpStream(Stream stream, string address, int port)
ParameterTypeDescription
streamStreamStream which is connected to the proxy-server.
addressStringThe network address of the target host we want to contact
portInt32The port number of the target host we want to contact

See Also