public class SessionOpeningContext : ISessionsControllerContext,
IEquatable<SessionOpeningContext>Public Class SessionOpeningContext
Implements ISessionsControllerContext, IEquatable(Of SessionOpeningContext)public ref class SessionOpeningContext : ISessionsControllerContext,
IEquatable<SessionOpeningContext^>type SessionOpeningContext =
class
interface ISessionsControllerContext
interface IEquatable<SessionOpeningContext>
end| SessionOpeningContext | Context information for method NotifyOnSessionOpening(SessionOpeningContext, CancellationToken). |
| ClientIsBrowser | Specifies that client uses browser headers to provide info on client parameters, i.e. it is web client. |
| ClientParametersOverride | Client parameters to use when opening a session or null (by default) if OpenSessionRequest is used to retrieve client parameters. |
| ClientUsesCookies | Specifies that client uses cookies, i.e. it is web client or mobile app. |
| HttpContext | |
| OpenSessionRequest | Запрос на открытие сессии. Содержит учётные данные для входа и параметры открываемой сессии, включая информацию о приложении и о клиенте. |
| 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) |