RequestForwarder.ProcessRequest Method
Forwards the client HTTP request to the server and sends the response to client.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub ProcessRequest
'Usage
Dim instance As RequestForwarder
instance.ProcessRequest()
public void ProcessRequest()
Remarks
This method requires that the Url and RequestToken properties be validated before it is called.