SendingRequest2EventArgs Class

Event args for the SendingRequest2 event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.Data.Services.Client.SendingRequest2EventArgs

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Class SendingRequest2EventArgs _
    Inherits EventArgs
'Usage
Dim instance As SendingRequest2EventArgs
public class SendingRequest2EventArgs : EventArgs
public ref class SendingRequest2EventArgs : public EventArgs
type SendingRequest2EventArgs =  
    class 
        inherit EventArgs 
    end
public class SendingRequest2EventArgs extends EventArgs

The SendingRequest2EventArgs type exposes the following members.

Properties

  Name Description
Public property Descriptor The request header collection.
Public property IsBatchPart Returns true if this event is fired for request within a batch, otherwise returns false.
Public property RequestMessage The web request reported through this event. The handler may modify or replace it.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

System.Data.Services.Client Namespace