PowerTCP Mail for .NET
GetStream Method




Provides access to the underlying Stream.
Syntax
Public Overridable Function GetStream() As Stream
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 Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic