Class AddUserSession
Register a new user session. Returns the ID of the new user session
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.ManageUserSessions)]
public class AddUserSession : Command<int>
Properties
AccessLevel
Access level of this session
Declaration
public AccessLevel AccessLevel { get; set; }
Property Value
Type | Description |
---|---|
AccessLevel |
Origin
Origin of this session. For remote sessions, this equals the remote IP address
Declaration
public string Origin { get; set; }
Property Value
Type | Description |
---|---|
string |
SessionType
Type of this session
Declaration
public SessionType SessionType { get; set; }
Property Value
Type | Description |
---|---|
SessionType |