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)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | Stream which is connected to the proxy-server. |
| address | String | The network address of the target host we want to contact |
| port | Int32 | The port number of the target host we want to contact |
See Also
- class HttpProxy
- namespace Aspose.Email.Clients
- assembly Aspose.Email