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 IServerServiceProperties
All
Gets all configured servers.
IEnumerable<IServer> All { get; }Property Value
Methods
GetByName(string)
IServer? GetByName(string name)Parameters
name string
Returns
TryGetByName(string, out IServer)
bool TryGetByName(string name, out IServer server)Parameters
name string
server IServer