IncomingWebRequestContext Class
Provides programmatic access to the context of the incoming Web request.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Accept | Gets the Accept header value from the incoming Web request. |
![]() | ContentLength | Gets the ContentLength header value of the incoming Web request. |
![]() | ContentType | Gets the ContentType header value from the incoming Web request. |
![]() | Headers | Gets the headers for the incoming Web request. |
![]() | IfMatch | Gets a collection of the items contained in the requests If-Match header. |
![]() | IfModifiedSince | Gets the value of the request’s If-Modified-Since header. |
![]() | IfNoneMatch | Gets the values contained in the request’s If-None-Match header. |
![]() | IfUnmodifiedSince | Gets the value of the request’s If-Unmatched-Since header. |
![]() | Method | Gets the HTTP method of the incoming Web request. |
![]() | UriTemplateMatch | Gets and sets the UriTemplateMatch instance created during the dispatch of the incoming Web request. |
![]() | UserAgent | Gets the UserAgent header value from the incoming Web request. |
| Name | Description | |
|---|---|---|
![]() | CheckConditionalRetrieve(DateTime) | Called when a conditional receive request is made for a resource. |
![]() | CheckConditionalRetrieve(Guid) | Called when a conditional receive request is made for a resource. |
![]() | CheckConditionalRetrieve(Int32) | Called when a conditional receive request is made for a resource. |
![]() | CheckConditionalRetrieve(Int64) | Called when a conditional receive request is made for a resource. |
![]() | CheckConditionalRetrieve(String^) | Called when a conditional receive request is made for a resource. |
![]() | CheckConditionalUpdate(Guid) | Called when a conditional receive request is made for a resource. |
![]() | CheckConditionalUpdate(Int32) | Called when a conditional update request is made for a resource. |
![]() | CheckConditionalUpdate(Int64) | Called when a conditional update request is made for a resource. |
![]() | CheckConditionalUpdate(String^) | Called when a conditional update request is made for a resource. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetAcceptHeaderElements() | Gets a collection of the Accept header elements. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


