PowerTCP FTP 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(); 

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 FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic