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

Public Member Functions

 PipeEndpoint ()
 
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 bool operator== (PipeEndpoint a, PipeEndpoint b)
 
static bool operator!= (PipeEndpoint a, PipeEndpoint 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)
 

Properties

override string StringRepresentation [get]
 
override LocalizedString ServerTypeString [get]
 
- Properties inherited from Barotrauma.Networking.Endpoint
string StringRepresentation [get]
 
LocalizedString ServerTypeString [get]
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ PipeEndpoint()

Barotrauma.Networking.PipeEndpoint.PipeEndpoint ( )

Member Function Documentation

◆ Equals()

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

◆ GetHashCode()

override int Barotrauma.Networking.PipeEndpoint.GetHashCode ( )

◆ operator!=()

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

◆ operator==()

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

Property Documentation

◆ ServerTypeString

override LocalizedString Barotrauma.Networking.PipeEndpoint.ServerTypeString
get

◆ StringRepresentation

override string Barotrauma.Networking.PipeEndpoint.StringRepresentation
get

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