SPHttpUserAgentAndMethodClassifier.HttpMethod Property
Gets the name of the HTTP method of requests that match.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property HttpMethod As String
Get
'Usage
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim value As String
value = instance.HttpMethod
public string HttpMethod { get; }
Property Value
Type: System.String
The name of an HTTP method.
Remarks
Example values include “GET”, “PUT”, and “POST”.
See Also
Reference
SPHttpUserAgentAndMethodClassifier Class