Class StrangeWorld
Inheritance
System.Object
StrangeWorld
Assembly: Eco.Shared.dll
Syntax
public class StrangeWorld : Object, IServerInfo
Constructors
StrangeWorld()
Declaration
StrangeWorld(StrangeWorldCloudData)
Declaration
public StrangeWorld(StrangeWorldCloudData cloudData)
Parameters
Type |
Name |
Description |
StrangeCloud.Service.Client.Contracts.StrangeWorldCloudData |
cloudData |
|
Properties
Address
Declaration
public string Address { get; }
Property Value
Type |
Description |
System.String |
|
CloudData
Declaration
public StrangeWorldCloudData CloudData { get; set; }
Property Value
Type |
Description |
StrangeCloud.Service.Client.Contracts.StrangeWorldCloudData |
|
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
GamePort
Declaration
public int GamePort { get; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
Property Value
Type |
Description |
System.Guid |
|
InternalEndPoint
Declaration
public IPEndPoint InternalEndPoint { get; }
Property Value
Type |
Description |
System.Net.IPEndPoint |
|
RemoteEndPoint
Declaration
public IPEndPoint RemoteEndPoint { get; }
Property Value
Type |
Description |
System.Net.IPEndPoint |
|
ServerInfo
Declaration
public ServerInfo ServerInfo { get; set; }
Property Value
Methods
InitEndpoints()
Declaration
public void InitEndpoints()
Implements
Extension Methods