BuildingRequestEventArgs Class

EventArgs for the BuildingRequest event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.Data.Services.Client.BuildingRequestEventArgs

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

Syntax

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

The BuildingRequestEventArgs type exposes the following members.

Properties

  Name Description
Public property Descriptor Descriptor for this request if there is one; null otherwise.
Public property Headers The headers for this request. Adding new custom headers is supported. Behavior is undefined for changing existing headers or adding system headers. No error checking will be performed against any changes made.
Public property Method Gets the Request HTTP Method that the outgoing request will use.
Public property RequestUri The Uri of the outgoing request. The Uri may be altered. No error checking will be performed against any changes made.

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