WebRequestInfo.Body property

Gets or sets the body of the HTTP request message.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Body As String
    Get
    Set
'Usage
Dim instance As WebRequestInfo
Dim value As String

value = instance.Body

instance.Body = value
public string Body { get; set; }

Property value

Type: System.String
The body of the HTTP request message.

See also

Reference

WebRequestInfo class

WebRequestInfo members

Microsoft.SharePoint.Client namespace