C# Class SIPSorcery.Servers.SIPAppServerWorker

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
AppServerEndpoint SIPSorcery.SIP.SIPEndPoint
CallManagerAddress System.ServiceModel.EndpointAddress
IsDeactivated bool
NeedsImmediateRestart bool
NeedsToRestart bool
WorkerProcess System.Diagnostics.Process
WorkerProcessArgs string
WorkerProcessPath string
WorkerProcessStartTime System.DateTime

Méthodes publiques

Méthode Description
IsHealthy ( ) : bool
Kill ( ) : void
SIPAppServerWorker ( XmlNode xmlConfigNode, SIPTransport sipTransport ) : System
SendProbe ( ) : void

Sends the SIP INVITE probe request.

StartProcess ( ) : bool

Method Details

IsHealthy() public méthode

public IsHealthy ( ) : bool
Résultat bool

Kill() public méthode

public Kill ( ) : void
Résultat void

SIPAppServerWorker() public méthode

public SIPAppServerWorker ( XmlNode xmlConfigNode, SIPTransport sipTransport ) : System
xmlConfigNode System.Xml.XmlNode
sipTransport SIPSorcery.SIP.SIPTransport
Résultat System

SendProbe() public méthode

Sends the SIP INVITE probe request.
public SendProbe ( ) : void
Résultat void

StartProcess() public méthode

public StartProcess ( ) : bool
Résultat bool

Property Details

AppServerEndpoint public_oe property

public SIPEndPoint,SIPSorcery.SIP AppServerEndpoint
Résultat SIPSorcery.SIP.SIPEndPoint

CallManagerAddress public_oe property

public EndpointAddress,System.ServiceModel CallManagerAddress
Résultat System.ServiceModel.EndpointAddress

IsDeactivated public_oe property

public bool IsDeactivated
Résultat bool

NeedsImmediateRestart public_oe property

public bool NeedsImmediateRestart
Résultat bool

NeedsToRestart public_oe property

public bool NeedsToRestart
Résultat bool

WorkerProcess public_oe property

public Process,System.Diagnostics WorkerProcess
Résultat System.Diagnostics.Process

WorkerProcessArgs public_oe property

public string WorkerProcessArgs
Résultat string

WorkerProcessPath public_oe property

public string WorkerProcessPath
Résultat string

WorkerProcessStartTime public_oe property

public DateTime,System WorkerProcessStartTime
Résultat System.DateTime