C# Класс SIPSorcery.SIP.App.AppServerDispatcher.AppServerEntry

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AppServerURI SIPSorcery.SIP.SIPURI
HasFailed bool
Priority int

Открытые методы

Метод Описание
AppServerEntry ( int priority, SIPURI appServerURI ) : System

Описание методов

AppServerEntry() публичный Метод

public AppServerEntry ( int priority, SIPURI appServerURI ) : System
priority int
appServerURI SIPSorcery.SIP.SIPURI
Результат System

Описание свойств

AppServerURI публичное свойство

public SIPURI,SIPSorcery.SIP AppServerURI
Результат SIPSorcery.SIP.SIPURI

HasFailed публичное свойство

public bool HasFailed
Результат bool

Priority публичное свойство

public int Priority
Результат int