WebProxySessionVersionHolder - свойство
Объект, содержащий версию платформы, связанную с текущей сессией,
или null, если связь с сессией не поддерживается.
Пространство имён: Tessa.Platform.WebСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public ISessionVersionHolder? SessionVersionHolder { get; set; }
Public Property SessionVersionHolder As ISessionVersionHolder
Get
Set
public:
virtual property ISessionVersionHolder^ SessionVersionHolder {
ISessionVersionHolder^ get () sealed;
void set (ISessionVersionHolder^ value) sealed;
}
abstract SessionVersionHolder : ISessionVersionHolder with get, set
override SessionVersionHolder : ISessionVersionHolder with get, set
ISessionVersionHolderIWebProxySessionVersionHolder [Tessa.Platform.ObjectSealedException] | Произведена попытка изменения объекта, защищённого от изменений. |
Ссылки
[Tessa.Platform.ObjectSealedException]