SendingRequestEventArgs Class

Used with the SendingRequest event to provide access to the HttpWebRequest instance that the client is about to send to the target data service.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.Data.Services.Client.SendingRequestEventArgs

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

Syntax

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

The SendingRequestEventArgs type exposes the following members.

Properties

  Name Description
Public property Request Gets or sets the HttpWebRequest instance about to be sent by the client library to the data service.
Public property RequestHeaders Gets the collection protocol headers that are associated with the request to the data service.

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