C# 클래스 SIPSorcery.Servers.SIPAppServerWorker

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
IsHealthy ( ) : bool
Kill ( ) : void
SIPAppServerWorker ( XmlNode xmlConfigNode, SIPTransport sipTransport ) : System
SendProbe ( ) : void

Sends the SIP INVITE probe request.

StartProcess ( ) : bool

메소드 상세

IsHealthy() 공개 메소드

public IsHealthy ( ) : bool
리턴 bool

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

SIPAppServerWorker() 공개 메소드

public SIPAppServerWorker ( XmlNode xmlConfigNode, SIPTransport sipTransport ) : System
xmlConfigNode System.Xml.XmlNode
sipTransport SIPSorcery.SIP.SIPTransport
리턴 System

SendProbe() 공개 메소드

Sends the SIP INVITE probe request.
public SendProbe ( ) : void
리턴 void

StartProcess() 공개 메소드

public StartProcess ( ) : bool
리턴 bool

프로퍼티 상세

AppServerEndpoint 공개적으로 프로퍼티

public SIPEndPoint,SIPSorcery.SIP AppServerEndpoint
리턴 SIPSorcery.SIP.SIPEndPoint

CallManagerAddress 공개적으로 프로퍼티

public EndpointAddress,System.ServiceModel CallManagerAddress
리턴 System.ServiceModel.EndpointAddress

IsDeactivated 공개적으로 프로퍼티

public bool IsDeactivated
리턴 bool

NeedsImmediateRestart 공개적으로 프로퍼티

public bool NeedsImmediateRestart
리턴 bool

NeedsToRestart 공개적으로 프로퍼티

public bool NeedsToRestart
리턴 bool

WorkerProcess 공개적으로 프로퍼티

public Process,System.Diagnostics WorkerProcess
리턴 System.Diagnostics.Process

WorkerProcessArgs 공개적으로 프로퍼티

public string WorkerProcessArgs
리턴 string

WorkerProcessPath 공개적으로 프로퍼티

public string WorkerProcessPath
리턴 string

WorkerProcessStartTime 공개적으로 프로퍼티

public DateTime,System WorkerProcessStartTime
리턴 System.DateTime