Partilhar via


IRESTfulRequestHandler.ProcessRequest método

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Function ProcessRequest ( _
    path As String, _
    input As Stream _
) As Stream
'Uso
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
)

Parâmetros

Valor retornado

Tipo: System.IO.Stream

Ver também

Referência

IRESTfulRequestHandler interface

IRESTfulRequestHandler membros

Microsoft.SharePoint.Client namespace