PowerTCP Mail 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* get_NetworkStream();
public:
property NetworkStream^ NetworkStream {
   NetworkStream^ get();
}
Remarks
Returns null when no TCP connection exists.
See Also

Reference

TcpBase Class
TcpBase Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic