WebResponseObject.RawContentStream Property

Definition

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

Property Value

Applies to