PowerTCP Telnet for .NET CF
NetworkStream Property
See Also  Send comments on this topic.
Dart.Common Namespace > TcpBase Class : NetworkStream Property




Returns the NetworkStream object created when Connect() is called.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property NetworkStream As NetworkStream
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
Dim value As NetworkStream
 
value = instance.NetworkStream
C# 
public NetworkStream NetworkStream {get;}
Managed Extensions for C++ 
public: __property NetworkStream* get_NetworkStream();
C++/CLI 
public:
property NetworkStream^ NetworkStream {
   NetworkStream^ get();
}

Remarks

Returns null when no TCP connection exists.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.