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
stringIdentifier.
creationTime
DateTimeOffsetCreation time.
address
EndPointAddress.
Properties
Address
Address.
public EndPoint Address { get; }
Property Value
CreationTime
Creation time.
public DateTimeOffset CreationTime { get; }
Property Value
Id
Identifier.
public string Id { get; }
Property Value
IsConnected
Is connected.
public bool IsConnected { get; set; }
Property Value
UpdatedTime
Updated time.
public DateTimeOffset UpdatedTime { get; set; }