SessionExtensions Class

Provides extension methods for the Session class.

Inheritance Hierarchy

System.Object
  TcHmiSrv.Core.Tools.Json.Extensions.SessionExtensions
Namespace:  TcHmiSrv.Core.Tools.Json.Extensions
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static class SessionExtensions

The SessionExtensions type exposes the following members.

Methods

 

Name

Description

SessionExtensions Class 1:

SessionExtensions Class 2:

FromJson

Returns a Session that represents the specified JSON String.

SessionExtensions Class 3:

SessionExtensions Class 4:

ToJson(Session)

Returns an unformatted JSON String that represents the current Session.

SessionExtensions Class 5:

SessionExtensions Class 6:

ToJson(Session, Boolean)

Returns a JSON String that represents the current Session.

Reference

TcHmiSrv.Core.Tools.Json.Extensions Namespace