SessionOpenedContext - класс

Definition

Пространство имён: Tessa.Web.Services
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
public class SessionOpenedContext : ISessionsControllerContext, 
	IEquatable<SessionOpenedContext>
Inheritance
Object    SessionOpenedContext
Implements
IEquatableSessionOpenedContext, ISessionsControllerContext

Заметки

Derived classes can add properties.

Конструкторы

Свойства

ClientIsBrowserSpecifies that client uses browser headers to provide info on client parameters, i.e. it is web client.
ClientUsesCookiesSpecifies 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.
SessionTokenToken of session that was opened.

Методы

FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также