Get the stream associated with the socket.

Namespace: EnterpriseDT.Net
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public abstract Stream GetStream()
Visual Basic
Public MustOverride Function GetStream As Stream
Visual C++
public:
virtual Stream^ GetStream() abstract

Remarks

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

See Also