Table of Contents

Class SessionInfo

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Session.

public class SessionInfo : BindableBase
Inheritance
SessionInfo
Extension Methods

Constructors

SessionInfo(string, DateTimeOffset, EndPoint)

Initializes a new instance of the SubscriptionInfo.

public SessionInfo(string id, DateTimeOffset creationTime, EndPoint address)

Parameters

id string

Identifier.

creationTime DateTimeOffset

Creation time.

address EndPoint

Address.

Properties

Address

Address.

public EndPoint Address { get; }

Property Value

EndPoint

CreationTime

Creation time.

public DateTimeOffset CreationTime { get; }

Property Value

DateTimeOffset

Id

Identifier.

public string Id { get; }

Property Value

string

IsConnected

Is connected.

public bool IsConnected { get; set; }

Property Value

bool

UpdatedTime

Updated time.

public DateTimeOffset UpdatedTime { get; set; }

Property Value

DateTimeOffset