Barotrauma Server
Loading...
Searching...
No Matches
Barotrauma.Networking.ServerPeer< TConnection >.PendingClient Class Referencesealed

Public Member Functions

 PendingClient (TConnection conn)
 
void Heartbeat ()
 

Public Attributes

string? Name
 
Option< int > OwnerKey
 
readonly TConnection Connection
 
ConnectionInitialization InitializationStep
 
double UpdateTime
 
double TimeOut
 
int Retries
 
Int32? PasswordSalt
 
bool AuthSessionStarted
 

Properties

AccountInfo AccountInfo [get]
 

Constructor & Destructor Documentation

◆ PendingClient()

Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.PendingClient ( TConnection conn)

Member Function Documentation

◆ Heartbeat()

void Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.Heartbeat ( )

Member Data Documentation

◆ AuthSessionStarted

bool Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.AuthSessionStarted

◆ Connection

readonly TConnection Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.Connection

◆ InitializationStep

ConnectionInitialization Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.InitializationStep

◆ Name

string? Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.Name

◆ OwnerKey

Option<int> Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.OwnerKey

◆ PasswordSalt

Int32? Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.PasswordSalt

◆ Retries

int Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.Retries

◆ TimeOut

double Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.TimeOut

◆ UpdateTime

double Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.UpdateTime

Property Documentation

◆ AccountInfo

AccountInfo Barotrauma.Networking.ServerPeer< TConnection >.PendingClient.AccountInfo
get

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