Ignore:
Timestamp:
Aug 1, 2022, 12:54:31 PM (2 years ago)
Author:
alloc
Message:

Switched to use SpaceWizards.HttpListener

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/MapRendering/Web/WebConnection.cs

    r369 r382  
    1111                private readonly string conDescription;
    1212
     13                public string SessionID { get; }
     14
     15                public IPAddress Endpoint { get; }
     16
     17                public PlatformUserIdentifierAbs UserId { get; }
     18
     19                public TimeSpan Age => DateTime.Now - lastAction;
     20
    1321                public WebConnection (string _sessionId, IPAddress _endpoint, PlatformUserIdentifierAbs _userId) {
    1422                        SessionID = _sessionId;
     
    1927                        conDescription = "WebPanel from " + Endpoint;
    2028                }
    21 
    22                 public string SessionID { get; }
    23 
    24                 public IPAddress Endpoint { get; }
    25 
    26                 public PlatformUserIdentifierAbs UserId { get; }
    27 
    28                 public TimeSpan Age => DateTime.Now - lastAction;
    2929
    3030                public static bool CanViewAllPlayers (int _permissionLevel) {
Note: See TracChangeset for help on using the changeset viewer.