public class SessionClosedContext : ISessionsControllerContext,
IEquatable<SessionClosedContext>Public Class SessionClosedContext
Implements ISessionsControllerContext, IEquatable(Of SessionClosedContext)public ref class SessionClosedContext : ISessionsControllerContext,
IEquatable<SessionClosedContext^>type SessionClosedContext =
class
interface ISessionsControllerContext
interface IEquatable<SessionClosedContext>
end| SessionClosedContext | Context information for method NotifyOnSessionClosed(SessionClosedContext, 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) |