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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also