C# Class SIPSorcery.Entities.SIPProviderBinding

Mostrar archivo Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
ProviderAuthUsername string
ProviderOutboundProxy string
ProviderPassword string
RegistrarRealm string
RegistrarServer SIPSorcery.SIP.SIPURI
TimeZoneOffsetMinutes int

Private Properties

Property 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

Public Methods

Method 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

Method 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 method

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.
return SIPProviderBinding

SetProviderFields() public method

public SetProviderFields ( SIPProvider sipProvider ) : void
sipProvider SIPProvider
return void

Property Details

ProviderAuthUsername public_oe property

public string ProviderAuthUsername
return string

ProviderOutboundProxy public_oe property

public string ProviderOutboundProxy
return string

ProviderPassword public_oe property

public string ProviderPassword
return string

RegistrarRealm public_oe property

public string RegistrarRealm
return string

RegistrarServer public_oe property

public SIPURI,SIPSorcery.SIP RegistrarServer
return SIPSorcery.SIP.SIPURI

TimeZoneOffsetMinutes public_oe static_oe property

public static int TimeZoneOffsetMinutes
return int