Skip to content

Interface IServerService

Namespace: Void.Proxy.Api.Servers
Assembly: Void.Proxy.Api.dll

Provides access to the collection of servers available to the proxy.

public interface IServerService

Properties

All

Gets all configured servers.

IEnumerable<IServer> All { get; }

Property Value

IEnumerable<IServer>

Methods

GetByName(string)

IServer? GetByName(string name)

Parameters

name string

Returns

IServer?

TryGetByName(string, out IServer)

bool TryGetByName(string name, out IServer server)

Parameters

name string

server IServer

Returns

bool