Table of Contents

Interface IAppServerConfiguration

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Common
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет конфигурацию сервера приложений.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(AppServerConfiguration))]
public interface IAppServerConfiguration

Properties

Address

Адрес сервера.

string Address { get; set; }

Property Value

string

Port

Порт сервера.

string Port { get; set; }

Property Value

string