Метод | Описание | |
---|---|---|
BeginMakeConnect ( |
||
CloseConnection ( ) : void | ||
CloseConnectionForAddress ( string addressID ) : void | ||
CloseSession ( string sessionID ) : void | ||
EndMakeConnect ( IAsyncResult result ) : Message |
Throwing an exception in this method does not result in a message being sent to the client. |
|
GetNotifications ( ) : List |
||
GetNotificationsForAddress ( string addressID ) : List |
||
GetPollPeriod ( ) : int | ||
IsAlive ( ) : bool | ||
Login ( string username, string password ) : string | ||
Logout ( ) : void | ||
Publish ( string topic, string content ) : void | ||
SIPNotifierService ( ) : System | ||
SIPNotifierService ( ISIPMonitorPublisher sipMonitorPublisher, |
||
Subscribe ( string subject, string filter ) : string |
|
|
Subscribe ( string topic ) : void | ||
SubscribeForAddress ( string subject, string filter, string addressID ) : string |
Метод | Описание | |
---|---|---|
GetNotificationsFromPublisher ( string address, string &sessionID, string &sessionError ) : List |
||
GetPublisher ( ) : ISIPMonitorPublisher | ||
Initialise ( SIPSorcery.Sys.SIPSorceryConfiguration sipSorceryConfig ) : void |
public BeginMakeConnect ( |
||
poll | ||
callback | AsyncCallback | |
state | object | |
Результат | IAsyncResult |
public CloseConnectionForAddress ( string addressID ) : void | ||
addressID | string | |
Результат | void |
public CloseSession ( string sessionID ) : void | ||
sessionID | string | |
Результат | void |
public EndMakeConnect ( IAsyncResult result ) : Message | ||
result | IAsyncResult | |
Результат | Message |
public GetNotifications ( ) : List |
||
Результат | List |
public GetNotificationsForAddress ( string addressID ) : List |
||
addressID | string | |
Результат | List |
public Login ( string username, string password ) : string | ||
username | string | |
password | string | |
Результат | string |
public Publish ( string topic, string content ) : void | ||
topic | string | |
content | string | |
Результат | void |
public SIPNotifierService ( ISIPMonitorPublisher sipMonitorPublisher, |
||
sipMonitorPublisher | ISIPMonitorPublisher | |
customerSessionManager | ||
Результат | System |
public Subscribe ( string subject, string filter ) : string | ||
subject | string | |
filter | string | |
Результат | string |
public SubscribeForAddress ( string subject, string filter, string addressID ) : string | ||
subject | string | |
filter | string | |
addressID | string | |
Результат | string |