ClientServiceProcessingHandler.TryNormalizeRESTfulRequest - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function TryNormalizeRESTfulRequest ( _
originalRequest As RESTfulRequestInfo, _
<OutAttribute> ByRef normalizedRequest As RESTfulRequestInfo _
) As Boolean
'Utilisation
Dim originalRequest As RESTfulRequestInfo
Dim normalizedRequest As RESTfulRequestInfo
Dim returnValue As Boolean
returnValue = Me.TryNormalizeRESTfulRequest(originalRequest, _
normalizedRequest)
protected internal virtual bool TryNormalizeRESTfulRequest(
RESTfulRequestInfo originalRequest,
out RESTfulRequestInfo normalizedRequest
)
Paramètres
- originalRequest
Type : Microsoft.SharePoint.Client.RESTfulRequestInfo
- normalizedRequest
Type : Microsoft.SharePoint.Client.RESTfulRequestInfo
Valeur renvoyée
Type : System.Boolean
Voir aussi
Référence
ClientServiceProcessingHandler classe