An NDoc Documented Class Library

StandardSocket.GetStream Method ()

Get the stream associated with the socket.

public override Stream GetStream();

Remarks

The stream returned owns the socket, so closing the stream will close the socket.

See Also

StandardSocket Class | EnterpriseDT.Net Namespace | StandardSocket.GetStream Overload List