TrinityCore
Trinity::Net::Http::SessionState Struct Reference

#include <HttpSessionState.h>

+ Inheritance diagram for Trinity::Net::Http::SessionState:

Public Attributes

boost::uuids::uuid Id = { }
 
boost::asio::ip::address RemoteAddress
 
TimePoint InactiveTimestamp = TimePoint::max()
 

Detailed Description

Definition at line 27 of file HttpSessionState.h.

Member Data Documentation

◆ Id

boost::uuids::uuid Trinity::Net::Http::SessionState::Id = { }

Definition at line 29 of file HttpSessionState.h.

◆ InactiveTimestamp

TimePoint Trinity::Net::Http::SessionState::InactiveTimestamp = TimePoint::max()

Definition at line 31 of file HttpSessionState.h.

◆ RemoteAddress

boost::asio::ip::address Trinity::Net::Http::SessionState::RemoteAddress

Definition at line 30 of file HttpSessionState.h.


The documentation for this struct was generated from the following file: