Get the stream associated with the socket.

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

Syntax

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

Remarks

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

See Also