SetUpStream
SetUpStream
Configures proxy-server to transport data to the target host.
Returns: void Aspose::Email::Clients::
SetUpStream(System::SharedPtr < System::IO::Stream > stream, System::String address, int32_t port)
| Parameter | Description |
|---|---|
| stream | Stream which is connected to the proxy-server. |
| address | The network address of the target host we want to contact |
| port | The port number of the target host we want to contact |