Share via


ResponseMessageStream.Content Property

Definition

Gets or sets the HttpContent of this ResponseMessageStream.

public System.Net.Http.HttpContent Content { get; set; }
member this.Content : System.Net.Http.HttpContent with get, set
Public Property Content As HttpContent

Property Value

The HttpContent of this ResponseMessageStream.

Applies to