PowerTCP Emulation for .NET
GetStream Method (Telnet)




Provides access to the underlying Stream.
Syntax
Public Overrides Function GetStream() As Stream
Dim instance As Telnet
Dim value As Stream
 
value = instance.GetStream()
public override Stream GetStream()
public: Stream* GetStream(); override 
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.

See Also

Reference

Telnet Class
Telnet Members


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