Interface IAppServerConfiguration
Представляет конфигурацию сервера приложений.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(AppServerConfiguration))]
public interface IAppServerConfiguration
Properties
Address
Адрес сервера.
string Address { get; set; }
Property Value
Port
Порт сервера.
string Port { get; set; }