Table of Contents

Class AppServerConfiguration

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

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

public class AppServerConfiguration : IAppServerConfiguration
Inheritance
AppServerConfiguration
Implements
Inherited Members

Constructors

AppServerConfiguration()

public AppServerConfiguration()

Properties

Address

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

public string Address { get; set; }

Property Value

string

Port

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

public string Port { get; set; }

Property Value

string