C# Class SIPSorcery.SIP.App.SIPRegistrationUserAgent

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
UserAgent string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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.

Method Details

SIPRegistrationUserAgent() public méthode

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
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

StartRegistration() public méthode

public StartRegistration ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

UserAgent public_oe property

public string UserAgent
Résultat string