C# Класс SIPSorcery.SIP.App.SIPRegistrationUserAgent

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
UserAgent string

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

Метод Описание
SIPRegistrationUserAgent ( SIPTransport sipTransport, SIPEndPoint outboundProxy, SIPEndPoint localEndPoint, SIPURI sipAccountAOR, string authUsername, string password, string realm, string registrarHost, SIPURI contactURI, int expiry, string owner, string adminMemberID, SIPMonitorLogDelegate logDelegate ) : System
Start ( ) : void
StartRegistration ( ) : void
Stop ( ) : void

Приватные методы

Метод Описание
AuthResponseReceived ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPTransaction sipTransaction, SIPResponse sipResponse ) : void

The event handler for responses to the authenticated register request.

GetAuthenticatedRegistrationRequest ( SIPRequest registerRequest, SIPResponse sipResponse ) : SIPRequest
GetRegistrationRequest ( SIPEndPoint localSIPEndPoint ) : SIPRequest
GetUpdatedExpiry ( SIPResponse sipResponse ) : int
GetUpdatedExpiryForIntervalTooBrief ( SIPResponse sipResponse ) : int
RegistrationTimedOut ( SIPTransaction sipTransaction ) : void
SendInitialRegister ( ) : void
ServerResponseReceived ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPTransaction sipTransaction, SIPResponse sipResponse ) : void

The event handler for responses to the initial register request.

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

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

public SIPRegistrationUserAgent ( SIPTransport sipTransport, SIPEndPoint outboundProxy, SIPEndPoint localEndPoint, SIPURI sipAccountAOR, string authUsername, string password, string realm, string registrarHost, SIPURI contactURI, int expiry, string owner, string adminMemberID, SIPMonitorLogDelegate logDelegate ) : System
sipTransport SIPSorcery.SIP.SIPTransport
outboundProxy SIPSorcery.SIP.SIPEndPoint
localEndPoint SIPSorcery.SIP.SIPEndPoint
sipAccountAOR SIPSorcery.SIP.SIPURI
authUsername string
password string
realm string
registrarHost string
contactURI SIPSorcery.SIP.SIPURI
expiry int
owner string
adminMemberID string
logDelegate SIPMonitorLogDelegate
Результат System

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

public Start ( ) : void
Результат void

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

public StartRegistration ( ) : void
Результат void

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

public Stop ( ) : void
Результат void

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

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

public string UserAgent
Результат string