PowerTCP Sockets for .NET
GetStream Method




Provides access to the underlying Stream.
Syntax
'Declaration
 
Public Overridable Function GetStream() As Stream
'Usage
 
Dim instance As TcpBase
Dim value As Stream
 
value = instance.GetStream()
public virtual Stream GetStream()
public: virtual Stream* GetStream(); 
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.
See Also

Reference

TcpBase Class
TcpBase Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2025 Dart Communications. All Rights Reserved.
Send comments on this topic