Interface ISession
Assembly: MegaApiClient.dll
Syntax
public interface ISession
Properties
|
Improve this Doc
View Source
Client
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Country
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IpAddress
Declaration
IPAddress IpAddress { get; }
Property Value
Type |
Description |
System.Net.IPAddress |
|
|
Improve this Doc
View Source
LastSeenTime
Declaration
DateTime LastSeenTime { get; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
LoginTime
Declaration
DateTime LoginTime { get; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
SessionId
Declaration
string SessionId { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Status
Declaration
SessionStatus Status { get; }
Property Value