Response.Content Property

Definition

Gets the contents of HTTP response, if it is available.

public virtual BinaryData Content { get; }
member this.Content : BinaryData
Public Overridable ReadOnly Property Content As BinaryData

Property Value

Remarks

Throws InvalidOperationException when ContentStream is not a MemoryStream.

Applies to