GetStream()

TcpClient::GetStream() method

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

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

Return Value

The stream that is used for sending and receiving data.

See Also