ForgeDocs
Documentation for the forge framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Forge.Networking.Core.DiscoveredServer Struct Reference

Contains information about a running server. More...

Public Member Functions

override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (DiscoveredServer a, DiscoveredServer b)
 
static bool operator!= (DiscoveredServer a, DiscoveredServer b)
 

Public Attributes

Player Host
 The player that is hosting the server. More...
 
string Title
 The title of the server. More...
 
IPEndPoint IP
 The IP that can be used to connect to the server. More...
 

Detailed Description

Contains information about a running server.

Member Data Documentation

Player Forge.Networking.Core.DiscoveredServer.Host

The player that is hosting the server.

IPEndPoint Forge.Networking.Core.DiscoveredServer.IP

The IP that can be used to connect to the server.

string Forge.Networking.Core.DiscoveredServer.Title

The title of the server.


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