IncomingWebRequestContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides programmatic access to the context of the incoming Web request.
public ref class IncomingWebRequestContext
public class IncomingWebRequestContext
type IncomingWebRequestContext = class
Public Class IncomingWebRequestContext
- Inheritance
-
IncomingWebRequestContext
Properties
Accept |
Gets the |
ContentLength |
Gets the |
ContentType |
Gets the |
Headers |
Gets the headers for the incoming Web request. |
IfMatch |
Gets a collection of the items contained in the requests |
IfModifiedSince |
Gets the value of the request's |
IfNoneMatch |
Gets the values contained in the request's |
IfUnmodifiedSince |
Gets the value of the request's |
Method |
Gets the HTTP method of the incoming Web request. |
UriTemplateMatch |
Gets or sets the UriTemplateMatch instance created during the dispatch of the incoming Web request. |
UserAgent |
Gets the |
Methods
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) |
GetAcceptHeaderElements() |
Gets a collection of the |
GetHashCode() |
Serves as the default hash function. (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) |