System::Net::Sockets::TcpClient::GetStream method

TcpClient::GetStream method

Returns the stream that is used for sending and receiving data.

System::SharedPtr<NetworkStream> System::Net::Sockets::TcpClient::GetStream()

ReturnValue

The stream that is used for sending and receiving data.

See Also