IncomingWebRequestContext Class
.NET Framework 4.5
Provides programmatic access to the context of the incoming Web request.
Namespace: System.ServiceModel.Web
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
The IncomingWebRequestContext type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
