IDataServiceHost Properties
.NET Framework 4.5
The IDataServiceHost type exposes the following members.
| Name | Description | |
|---|---|---|
|
AbsoluteRequestUri | Gets an absolute URI that is the URI as sent by the client. |
|
AbsoluteServiceUri | Gets an absolute URI that is the root URI of the data service. |
|
RequestAccept | The transport protocol specified by the request accept header. |
|
RequestAcceptCharSet | Gets a string representing the value of the Accept-Charset HTTP header. |
|
RequestContentType | Gets the transport protocol specified by the content type header. |
|
RequestHttpMethod | Gets the request method of GET, PUT, POST, or DELETE. |
|
RequestIfMatch | Gets the value for the If-Match header on the current request. |
|
RequestIfNoneMatch | Gets the value for the If-None-Match header on the current request. |
|
RequestMaxVersion | Gets the value that identifies the highest version that the request client is able to process. |
|
RequestStream | Gets the stream that contains the HTTP request body. |
|
RequestVersion | Gets the value that identifies the version of the request that the client submitted, possibly null. |
|
ResponseCacheControl | Gets a string value that represents cache control information. |
|
ResponseContentType | Gets the transport protocol of the response. |
|
ResponseETag | Gets an eTag value that represents the state of data in response. |
|
ResponseLocation | Gets or sets the service location. |
|
ResponseStatusCode | Gets or sets the response code that indicates results of query. |
|
ResponseStream | Gets the response stream to which the HTTP response body will be written. |
|
ResponseVersion | Gets the version used by the host in the response. |