PowerTCP FTP for .NET
NetworkStream Property



Returns the NetworkStream object created when Connect() is called.
Syntax
Public ReadOnly Property NetworkStream As NetworkStream
Dim instance As TcpBase
Dim value As NetworkStream
 
value = instance.NetworkStream
public NetworkStream NetworkStream {get;}
public:
property NetworkStream^ NetworkStream {
   NetworkStream^ get();
}
Remarks
Returns null when no TCP connection exists.
See Also

Reference

TcpBase Class
TcpBase Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic