Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the contents of the HTTP message.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property Content As HttpContent
Get
Set
'Usage
Dim instance As HttpRequestMessage
Dim value As HttpContent
value = instance.Content
instance.Content = value
public HttpContent Content { get; set; }
public:
property HttpContent^ Content {
HttpContent^ get ();
void set (HttpContent^ value);
}
member Content : HttpContent with get, set
function get Content () : HttpContent
function set Content (value : HttpContent)
Property Value
Type: System.Net.Http.HttpContent