WebRequestInfo.Method property
Gets or sets the HTTP method for the web request.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Method As String
Get
Set
'Usage
Dim instance As WebRequestInfo
Dim value As String
value = instance.Method
instance.Method = value
public string Method { get; set; }
Property value
Type: System.String
The HTTP method for the web request.