Barotrauma Client
Loading...
Searching...
No Matches
Barotrauma.Networking.LidgrenEndpoint Class Referencesealed
Inheritance diagram for Barotrauma.Networking.LidgrenEndpoint:
Barotrauma.Networking.Endpoint

Public Member Functions

 LidgrenEndpoint (IPAddress address, int port)
 
 LidgrenEndpoint (IPEndPoint netEndpoint)
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 
- Public Member Functions inherited from Barotrauma.Networking.Endpoint
 Endpoint (Address address)
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static new Option< LidgrenEndpointParse (string endpointStr)
 
static Option< LidgrenEndpointParseFromWithHostNameCheck (string endpointStr, bool tryParseHostName)
 
static bool operator== (LidgrenEndpoint a, LidgrenEndpoint b)
 
static bool operator!= (LidgrenEndpoint a, LidgrenEndpoint b)
 
- Static Public Member Functions inherited from Barotrauma.Networking.Endpoint
static Option< EndpointParse (string str)
 
static bool operator== (Endpoint? a, Endpoint? b)
 
static bool operator!= (Endpoint? a, Endpoint? b)
 

Public Attributes

readonly IPEndPoint NetEndpoint
 
- Public Attributes inherited from Barotrauma.Networking.Endpoint
readonly Address Address
 

Properties

int Port [get]
 
override string StringRepresentation [get]
 
override LocalizedString ServerTypeString = TextManager.Get("DedicatedServer") [get]
 
- Properties inherited from Barotrauma.Networking.Endpoint
string StringRepresentation [get]
 
LocalizedString ServerTypeString [get]
 

Constructor & Destructor Documentation

◆ LidgrenEndpoint() [1/2]

Barotrauma.Networking.LidgrenEndpoint.LidgrenEndpoint ( IPAddress address,
int port )

◆ LidgrenEndpoint() [2/2]

Barotrauma.Networking.LidgrenEndpoint.LidgrenEndpoint ( IPEndPoint netEndpoint)

Member Function Documentation

◆ Equals()

override bool Barotrauma.Networking.LidgrenEndpoint.Equals ( object? obj)

◆ GetHashCode()

override int Barotrauma.Networking.LidgrenEndpoint.GetHashCode ( )

◆ operator!=()

static bool Barotrauma.Networking.LidgrenEndpoint.operator!= ( LidgrenEndpoint a,
LidgrenEndpoint b )
static

◆ operator==()

static bool Barotrauma.Networking.LidgrenEndpoint.operator== ( LidgrenEndpoint a,
LidgrenEndpoint b )
static

◆ Parse()

static new Option< LidgrenEndpoint > Barotrauma.Networking.LidgrenEndpoint.Parse ( string endpointStr)
static

◆ ParseFromWithHostNameCheck()

static Option< LidgrenEndpoint > Barotrauma.Networking.LidgrenEndpoint.ParseFromWithHostNameCheck ( string endpointStr,
bool tryParseHostName )
static

Member Data Documentation

◆ NetEndpoint

readonly IPEndPoint Barotrauma.Networking.LidgrenEndpoint.NetEndpoint

Property Documentation

◆ Port

int Barotrauma.Networking.LidgrenEndpoint.Port
get

◆ ServerTypeString

override LocalizedString Barotrauma.Networking.LidgrenEndpoint.ServerTypeString = TextManager.Get("DedicatedServer")
get

◆ StringRepresentation

override string Barotrauma.Networking.LidgrenEndpoint.StringRepresentation
get

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