Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Descriptor | The request header collection. |
![]() |
IsBatchPart | Returns true if this event is fired for request within a batch, otherwise returns false. |
![]() |
RequestMessage | The web request reported through this event. The handler may modify or replace it. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.