IRESTfulRequestHandler.ProcessRequest - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Function ProcessRequest ( _
path As String, _
input As Stream _
) As Stream
'Utilisation
Dim instance As IRESTfulRequestHandler
Dim path As String
Dim input As Stream
Dim returnValue As Stream
returnValue = instance.ProcessRequest(path, _
input)
Stream ProcessRequest(
string path,
Stream input
)
Paramètres
- path
Type : System.String
- input
Type : System.IO.Stream
Valeur renvoyée
Type : System.IO.Stream
Voir aussi
Référence
IRESTfulRequestHandler interface