Session
|
The SessionHandler type exposes the following members.
Name | Description | |
---|---|---|
ClearSessionCache | Clears any cached session for the specified sessionID. | |
Dispose | Releases the unmanaged resources and disposes of the managed resources used by the HttpMessageHandler. (Inherited from HttpMessageHandler) |
|
Dispose(Boolean) | Releases the unmanaged resources used by the DelegatingHandler, and optionally disposes of the managed resources. (Inherited from DelegatingHandler) |
|
Equals | 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) |
|
GetAuthenticationTokenFromCookie(HttpRequestMessage, String) | Gets the authentication token as defined in the request cookie header values. | |
GetAuthenticationTokenFromCookie(IOwinRequest, String) | Gets the authentication token as defined in the request cookie header values. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
GetSessionIDFromCookie(HttpRequestMessage, String) | Gets the session ID Guid as defined in the request cookie header values. | |
GetSessionIDFromCookie(IOwinRequest, String) | Gets the session ID Guid as defined in the Owin cookie header values. | |
GetSessionIDFromCookie(IRequest, String) | Gets the session ID Guid as defined in the SignalR cookie header values. | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
SendAsync |
Modifies the HTTP request message pipeline to include a session identifier.
(Overrides DelegatingHandlerSendAsync(HttpRequestMessage, CancellationToken)) |
|
SetCookie | Gets the session state as defined in the request cookie header values. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
|
TryGetCachedCredentials | Attempts to use the authentication token to retrieve the user's credentials from the credential cache. | |
TryGetSessionID | Tries to get the session ID Guid as defined in the request properties dictionary. | |
TryGetSessionState | Tries to get the session state as defined in the request properties dictionary. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |