Interface IServer
Namespace: Void.Proxy.Api.Servers
Assembly: Void.Proxy.Api.dll
Represents a server that players can connect to.
public interface IServerProperties
Brand
Gets or sets the implementation brand of the server.
string? Brand { get; set; }Property Value
Host
Gets the host address of the server.
string Host { get; }Property Value
Name
Gets the name of the server.
string Name { get; }Property Value
Override
Gets or sets the hostname override for the server.
string? Override { get; }Property Value
Port
Gets the port used for connecting to the server.
int Port { get; }Property Value
Methods
CreateTcpClientAsync(CancellationToken)
Creates a
Task<TcpClient> CreateTcpClientAsync(CancellationToken cancellationToken = default)Parameters
cancellationToken CancellationToken
Returns
A configured