Interface IServerInfo
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public interface IServerInfo
Properties
Address
Declaration
string Address { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
GamePort
Declaration
int GamePort { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
System.Guid |