public class SessionClosingContext : ISessionsControllerContext,
IEquatable<SessionClosingContext>
Public Class SessionClosingContext
Implements ISessionsControllerContext, IEquatable(Of SessionClosingContext)
public ref class SessionClosingContext : ISessionsControllerContext,
IEquatable<SessionClosingContext^>
type SessionClosingContext =
class
interface ISessionsControllerContext
interface IEquatable<SessionClosingContext>
end
SessionClosingContext | Context information for method NotifyOnSessionClosing(SessionClosingContext, CancellationToken). |
ClientUsesCookies | Indication that client uses cookies, i.e. it is web client. |
HttpContext | |
Request |
Represents the incoming side of an individual HTTP request.
|
Response |
Represents the outgoing side of an individual HTTP request.
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |