An NDoc Documented Class Library

BaseSocket.GetStream Method ()

Get the stream associated with the socket.

public abstract Stream GetStream();

Remarks

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

See Also

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