WebRequestExecutor.Execute method

Issues the request to the server.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public MustOverride Sub Execute
'Usage
Dim instance As WebRequestExecutor

instance.Execute()
public abstract void Execute()

Remarks

This method sends the request to the server with the specified headers, and then waits for the response from the server.

See also

Reference

WebRequestExecutor class

WebRequestExecutor members

Microsoft.SharePoint.Client namespace