SPHttpUserAgentAndMethodClassifier.HttpMethod - Propriété
Obtient le nom de la méthode HTTP des demandes qui correspondent.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property HttpMethod As String
Get
'Utilisation
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim value As String
value = instance.HttpMethod
public string HttpMethod { get; }
Valeur de propriété
Type : System.String
Le nom d'une méthode HTTP.
Remarques
Exemples de valeurs pour incluent « GET », « PUT » et « POST ».
Voir aussi
Référence
SPHttpUserAgentAndMethodClassifier classe