Show / Hide Table of Contents

Class StrangeWorld

Inheritance
System.Object
StrangeWorld
Implements
IServerInfo
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public class StrangeWorld : Object, IServerInfo

Constructors

StrangeWorld()

Declaration
public StrangeWorld()

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
public Guid Id { get; }
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
Type Description
ServerInfo

Methods

InitEndpoints()

Declaration
public void InitEndpoints()

Implements

IServerInfo

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾