Show / Hide Table of Contents

Class ServerOptions

Server options

Inheritance
object
ServerOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TerraProc.Server
Assembly: TerraProc.Server.dll
Syntax
public sealed class ServerOptions

Properties

| Edit this page View Source

Port

Port to listen on (HTTPS)

Declaration
public int Port { get; init; }
Property Value
Type Description
int
| Edit this page View Source

PortHttp

Port to listen on (HTTP h2c endpoints, dev only)

Declaration
public int PortHttp { get; init; }
Property Value
Type Description
int
| Edit this page View Source

Seed

Seed for terrain generation

Declaration
public uint Seed { get; init; }
Property Value
Type Description
uint
| Edit this page View Source

Threads

Number of threads to use for terrain generation

Declaration
public int Threads { get; init; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX