WebRequestEventArgs class

Provides the WebRequestExecutor arguments for the event that is raised when the client sends a Web request to the server.

Inheritance hierarchy

System.Object
  System.EventArgs
    Microsoft.SharePoint.Client.WebRequestEventArgs

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

Syntax

'Declaration
Public Class WebRequestEventArgs _
    Inherits EventArgs
'Usage
Dim instance As WebRequestEventArgs
public class WebRequestEventArgs : EventArgs

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WebRequestEventArgs members

Microsoft.SharePoint.Client namespace