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 | |
---|---|---|
Request | Gets or sets the HttpWebRequest instance about to be sent by the client library to the data service. | |
RequestHeaders | Gets the collection protocol headers that are associated with the request to the data service. |
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.