C# 클래스 SIPSorcery.Silverlight.Services.SIPSorceryNotificationClient

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

공개 메소드들

메소드 설명
Close ( ) : void
CloseControlSession ( ) : void
Connect ( ) : void
SIPSorceryNotificationClient ( ActivityMessageDelegate logActivityMessage, string serverURL, string apiKey ) : System
SetControlFilter ( string filter ) : void

비공개 메소드들

메소드 설명
GetNotificationsCompleted ( object sender, GetNotificationsCompletedEventArgs e ) : void
GetPollPeriodCompleted ( object sender, GetPollPeriodCompletedEventArgs e ) : void
IsAliveCompleted ( object sender, IsAliveCompletedEventArgs e ) : void
Poll ( ) : void
Subscribe ( string subject, string filter ) : void
SubscribeCompleted ( object sender, SubscribeCompletedEventArgs e ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CloseControlSession() 공개 메소드

public CloseControlSession ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

SIPSorceryNotificationClient() 공개 메소드

public SIPSorceryNotificationClient ( ActivityMessageDelegate logActivityMessage, string serverURL, string apiKey ) : System
logActivityMessage ActivityMessageDelegate
serverURL string
apiKey string
리턴 System

SetControlFilter() 공개 메소드

public SetControlFilter ( string filter ) : void
filter string
리턴 void