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




Provides access to the underlying Stream.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetStream() As Stream
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
Dim value As Stream
 
value = instance.GetStream()
C# 
public virtual Stream GetStream()
Managed Extensions for C++ 
public: virtual Stream* GetStream(); 
C++/CLI 
public:
virtual Stream^ GetStream(); 

Return Value

The underlying Stream object used by the component.

Remarks

Derived classes can override this method to provide a stream that implements an upper-layer protocol.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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