SendingRequestEventArgs Class
WCF Data Services 5.0
Used with the SendingRequest event to provide access to the HttpWebRequest instance that the client is about to send to the target data service.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
The SendingRequestEventArgs type exposes the following members.
| 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. |
Show:
