SessionOpeningContext - класс

Definition

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

Заметки

Derived classes can add properties.

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

Свойства

ClientIsBrowserSpecifies 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.
ClientUsesCookiesSpecifies 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.

Методы

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)

См. также