Class RustHostInformation
Inheritance
System.Object
RustHostInformation
Assembly: OpenMod.Rust.dll
public class RustHostInformation : object, IGameHostInformation, IHostInformation
Constructors
|
Improve this Doc
View Source
Declaration
public RustHostInformation()
Properties
|
Improve this Doc
View Source
Declaration
public string GameDisplayName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string GameVersion { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string HostName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public SemVersion HostVersion { get; }
Property Value
Type |
Description |
SemVersion |
|
|
Improve this Doc
View Source
Declaration
public bool IsClient { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsServer { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public IPAddress? ServerAddress { get; }
Property Value
Type |
Description |
System.Nullable<IPAddress> |
|
|
Improve this Doc
View Source
Declaration
public string ServerInstance { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string ServerName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public ushort? ServerPort { get; }
Property Value
Type |
Description |
System.Nullable<System.UInt16> |
|
Implements
Extension Methods