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




Provides access to the underlying Stream.

Syntax

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

Return Value

The underlying Stream object used by the component.

Remarks

If a connection is not established, operations on the stream will result in null reference exceptions.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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