WebRequestInfo.Body-Eigenschaft
Ruft den Hauptteil der HTTP-Anforderungsmeldung ab oder legt diesen fest.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) 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; }
Eigenschaftswert
Typ: System.String
Hauptteil der HTTP-Anforderung angezeigt.