WebResponseObject.RawContentStream 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 or protected sets the response body content as a MemoryStream.
public:
property System::IO::MemoryStream ^ RawContentStream { System::IO::MemoryStream ^ get(); };
public System.IO.MemoryStream RawContentStream { get; }
public System.IO.MemoryStream RawContentStream { get; protected set; }
member this.RawContentStream : System.IO.MemoryStream
member this.RawContentStream : System.IO.MemoryStream with get, set
Public ReadOnly Property RawContentStream As MemoryStream
Public Property RawContentStream As MemoryStream