HttpMessage.Content Property

Definition

Gets or sets HTTP message content.

[Newtonsoft.Json.JsonProperty(PropertyName="content")]
public object Content { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="content")>]
member this.Content : obj with get, set
Public Property Content As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to