Http
|
The HttpConfigurationExtensions type exposes the following members.
Name | Description | |
---|---|---|
AddRequestVerificationHeaderToken | Adds a new anti-forgery request verification token to the headers of the specified request. | |
EnableSessions | Adds session management to the HTTP configuration message handlers to enable GSF role-base security. | |
GenerateRequestVerficationHeaderToken | Generates an anti-forgery token that can be manually added to an HTTP request header, e.g., from within an AJAX request. | |
GetAuthenticationOptions | Retrieves a read-only copy of the authentication options from the specified request. | |
GetOwinContext | Retrieves the OWIN context from the specified request. | |
ValidateRequestVerificationToken(HttpRequestMessage, Boolean) | Validates that the anti-forgery request verification token value comes from the user who submitted the data. | |
ValidateRequestVerificationToken(HttpRequestMessage, ReadonlyAuthenticationOptions, Boolean) | Validates that the anti-forgery request verification token value comes from the user who submitted the data. |