public class SessionOpenedContext : ISessionsControllerContext,
IEquatable<SessionOpenedContext>Public Class SessionOpenedContext
Implements ISessionsControllerContext, IEquatable(Of SessionOpenedContext)public ref class SessionOpenedContext : ISessionsControllerContext,
IEquatable<SessionOpenedContext^>type SessionOpenedContext =
class
interface ISessionsControllerContext
interface IEquatable<SessionOpenedContext>
end| SessionOpenedContext | Context information for method NotifyOnSessionOpened(SessionOpenedContext, CancellationToken). |
| ClientIsBrowser | Specifies that client uses browser headers to provide info on client parameters, i.e. it is web client. |
| ClientUsesCookies | Specifies that client uses cookies, i.e. it is web client or mobile app. |
| HttpContext | |
| Request |
Represents the incoming side of an individual HTTP request.
|
| Response |
Represents the outgoing side of an individual HTTP request.
|
| SessionToken | Token of session that was opened. |
| 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) |