HttpWebRequestMessage Class
WCF Data Services 5.0
IODataRequestMessage interface implementation.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
The HttpWebRequestMessage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Headers | Returns the collection of request headers. |
![]() | HttpWebRequest | Returns the underlying HttpWebRequest |
![]() | Method | Returns the method for this request. |
![]() | Url | Returns the request url. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetHeader | Returns the value of the header with the given name. |
![]() | GetStream | Gets the stream to be used to write the request payload. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetHeader | Sets the value of the header with the given name. |
![]() | ToString | (Inherited from Object.) |
Show:
