C# Class SIPSorcery.Entities.SIPProviderBinding

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

Méthodes publiques

Свойство Type Description
ProviderAuthUsername string
ProviderOutboundProxy string
ProviderPassword string
RegistrarRealm string
RegistrarServer SIPSorcery.SIP.SIPURI
TimeZoneOffsetMinutes int

Private Properties

Свойство Type Description
OnAdminMemberIDChanged void
OnAdminMemberIDChanging void
OnBindingExpiryChanged void
OnBindingExpiryChanging void
OnBindingURIChanged void
OnBindingURIChanging void
OnCSeqChanged void
OnCSeqChanging void
OnIDChanged void
OnIDChanging void
OnIsRegisteredChanged void
OnIsRegisteredChanging void
OnLastRegisterAttemptChanged void
OnLastRegisterAttemptChanging void
OnLastRegisterTimeChanged void
OnLastRegisterTimeChanging void
OnNextRegistrationTimeChanged void
OnNextRegistrationTimeChanging void
OnOwnerChanged void
OnOwnerChanging void
OnProviderIDChanged void
OnProviderIDChanging void
OnProviderNameChanged void
OnProviderNameChanging void
OnRegistrarSIPSocketChanged void
OnRegistrarSIPSocketChanging void
OnRegistrationFailureMessageChanged void
OnRegistrationFailureMessageChanging void

Méthodes publiques

Méthode Description
CreateSIPProviderBinding ( global bindingExpiry, global bindingURI, global cSeq, global id, global isRegistered, global nextRegistrationTime, global owner, global providerID, global providerName ) : SIPProviderBinding

Create a new SIPProviderBinding object.

SetProviderFields ( SIPProvider sipProvider ) : void

Private Methods

Méthode Description
OnAdminMemberIDChanged ( ) : void
OnAdminMemberIDChanging ( global value ) : void
OnBindingExpiryChanged ( ) : void
OnBindingExpiryChanging ( global value ) : void
OnBindingURIChanged ( ) : void
OnBindingURIChanging ( global value ) : void
OnCSeqChanged ( ) : void
OnCSeqChanging ( global value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnIsRegisteredChanged ( ) : void
OnIsRegisteredChanging ( global value ) : void
OnLastRegisterAttemptChanged ( ) : void
OnLastRegisterAttemptChanging ( global value ) : void
OnLastRegisterTimeChanged ( ) : void
OnLastRegisterTimeChanging ( global value ) : void
OnNextRegistrationTimeChanged ( ) : void
OnNextRegistrationTimeChanging ( global value ) : void
OnOwnerChanged ( ) : void
OnOwnerChanging ( global value ) : void
OnProviderIDChanged ( ) : void
OnProviderIDChanging ( global value ) : void
OnProviderNameChanged ( ) : void
OnProviderNameChanging ( global value ) : void
OnRegistrarSIPSocketChanged ( ) : void
OnRegistrarSIPSocketChanging ( global value ) : void
OnRegistrationFailureMessageChanged ( ) : void
OnRegistrationFailureMessageChanging ( global value ) : void

Method Details

CreateSIPProviderBinding() public static méthode

Create a new SIPProviderBinding object.
public static CreateSIPProviderBinding ( global bindingExpiry, global bindingURI, global cSeq, global id, global isRegistered, global nextRegistrationTime, global owner, global providerID, global providerName ) : SIPProviderBinding
bindingExpiry global Initial value of the BindingExpiry property.
bindingURI global Initial value of the BindingURI property.
cSeq global Initial value of the CSeq property.
id global Initial value of the ID property.
isRegistered global Initial value of the IsRegistered property.
nextRegistrationTime global Initial value of the NextRegistrationTime property.
owner global Initial value of the Owner property.
providerID global Initial value of the ProviderID property.
providerName global Initial value of the ProviderName property.
Résultat SIPProviderBinding

SetProviderFields() public méthode

public SetProviderFields ( SIPProvider sipProvider ) : void
sipProvider SIPProvider
Résultat void

Property Details

ProviderAuthUsername public_oe property

public string ProviderAuthUsername
Résultat string

ProviderOutboundProxy public_oe property

public string ProviderOutboundProxy
Résultat string

ProviderPassword public_oe property

public string ProviderPassword
Résultat string

RegistrarRealm public_oe property

public string RegistrarRealm
Résultat string

RegistrarServer public_oe property

public SIPURI,SIPSorcery.SIP RegistrarServer
Résultat SIPSorcery.SIP.SIPURI

TimeZoneOffsetMinutes public_oe static_oe property

public static int TimeZoneOffsetMinutes
Résultat int