C# Класс SIPSorcery.Web.Services.MonitorProxyManager

Наследование: ISIPMonitorPublisher
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CloseConnection ( string address ) : void
CloseSession ( string address, string sessionID ) : void
ExtendSession ( string address, string sessionID, int expiry ) : string
GetNotifications ( string address, string &sessionID, string &sessionError ) : List
IsAlive ( ) : bool
IsNotificationReady ( string address ) : bool
MonitorEventReceived ( SIPMonitorEvent monitorEvent ) : void
MonitorProxyManager ( ) : System
Subscribe ( string customerUsername, string adminId, string address, string sessionID, string subject, string filter, int expiry, string udpSocket, string &subscribeError ) : string

Приватные методы

Метод Описание
CreateProxy ( string proxyName ) : void
GetClientEndPointNames ( ) : List

Interrogates the app.config file to get a list of WCF client end points that implement the ISIPMonitorPublisher contract. This is to allow this class to connect to multiple notification servers if needed.

InitialiseProxies ( ) : void
IsProxyAvailable ( string proxyName ) : bool
ProxyChannelFaulted ( object sender, EventArgs e ) : void

This method is an event handler for communication fualts on a proxy channel. When a fault occurs ALL the available proxies will be checked for a fault and those in a faulted state will be closed and replaced.

This occurs when the channel to the SIP monitoring server that is publishing the events is faulted. This can occur if the SIP monitoring server is shutdown which will close the socket.

Описание методов

CloseConnection() публичный Метод

public CloseConnection ( string address ) : void
address string
Результат void

CloseSession() публичный Метод

public CloseSession ( string address, string sessionID ) : void
address string
sessionID string
Результат void

ExtendSession() публичный Метод

public ExtendSession ( string address, string sessionID, int expiry ) : string
address string
sessionID string
expiry int
Результат string

GetNotifications() публичный Метод

public GetNotifications ( string address, string &sessionID, string &sessionError ) : List
address string
sessionID string
sessionError string
Результат List

IsAlive() публичный Метод

public IsAlive ( ) : bool
Результат bool

IsNotificationReady() публичный Метод

public IsNotificationReady ( string address ) : bool
address string
Результат bool

MonitorEventReceived() публичный Метод

public MonitorEventReceived ( SIPMonitorEvent monitorEvent ) : void
monitorEvent SIPSorcery.SIP.App.SIPMonitorEvent
Результат void

MonitorProxyManager() публичный Метод

public MonitorProxyManager ( ) : System
Результат System

Subscribe() публичный Метод

public Subscribe ( string customerUsername, string adminId, string address, string sessionID, string subject, string filter, int expiry, string udpSocket, string &subscribeError ) : string
customerUsername string
adminId string
address string
sessionID string
subject string
filter string
expiry int
udpSocket string
subscribeError string
Результат string