StandardSocketGetStream(Boolean) Method
Get the stream associated with the socket.
Namespace: EnterpriseDT.NetAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override Stream GetStream(
bool ownsSocket
)
Public Overrides Function GetStream (
ownsSocket As Boolean
) As Stream
public:
virtual Stream^ GetStream(
bool ownsSocket
) override
abstract GetStream :
ownsSocket : bool -> Stream
override GetStream :
ownsSocket : bool -> Stream
- ownsSocket Boolean
- true if the stream owns the socket, false otherwise
Stream
If ownsSocket is ture, the stream returned owns the socket, so closing the
stream will close the socket.