C# 클래스 SIPSorcery.Entities.SIPProviderBinding

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ProviderAuthUsername string
ProviderOutboundProxy string
ProviderPassword string
RegistrarRealm string
RegistrarServer SIPSorcery.SIP.SIPURI
TimeZoneOffsetMinutes int

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CreateSIPProviderBinding() 공개 정적인 메소드

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.
리턴 SIPProviderBinding

SetProviderFields() 공개 메소드

public SetProviderFields ( SIPProvider sipProvider ) : void
sipProvider SIPProvider
리턴 void

프로퍼티 상세

ProviderAuthUsername 공개적으로 프로퍼티

public string ProviderAuthUsername
리턴 string

ProviderOutboundProxy 공개적으로 프로퍼티

public string ProviderOutboundProxy
리턴 string

ProviderPassword 공개적으로 프로퍼티

public string ProviderPassword
리턴 string

RegistrarRealm 공개적으로 프로퍼티

public string RegistrarRealm
리턴 string

RegistrarServer 공개적으로 프로퍼티

public SIPURI,SIPSorcery.SIP RegistrarServer
리턴 SIPSorcery.SIP.SIPURI

TimeZoneOffsetMinutes 공개적으로 정적으로 프로퍼티

public static int TimeZoneOffsetMinutes
리턴 int