Connection.Reader Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the reader stream.
public:
property System::IO::Stream ^ Reader { System::IO::Stream ^ get(); };
public System.IO.Stream Reader { get; }
member this.Reader : System.IO.Stream
Public ReadOnly Property Reader As Stream