C# 클래스 SIPSorcery.Servers.SIPRegistrarBindingsManager.NATKeepAliveJob

파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 프로퍼티들

프로퍼티 타입 설명
Cancel bool
EndTime System.DateTime
NextSendTime DateTime?
Owner string
ProxyEndPoint SIPSorcery.SIP.SIPEndPoint
RemoteEndPoint SIPSorcery.SIP.SIPEndPoint

공개 메소드들

메소드 설명
CancelJob ( ) : void
NATKeepAliveJob ( SIPEndPoint proxyEndPoint, SIPEndPoint remoteEndPoint, System.DateTime endTime, string owner ) : System
Update ( SIPEndPoint proxyEndPoint, System.DateTime endTime ) : void

메소드 상세

CancelJob() 공개 메소드

public CancelJob ( ) : void
리턴 void

NATKeepAliveJob() 공개 메소드

public NATKeepAliveJob ( SIPEndPoint proxyEndPoint, SIPEndPoint remoteEndPoint, System.DateTime endTime, string owner ) : System
proxyEndPoint SIPSorcery.SIP.SIPEndPoint
remoteEndPoint SIPSorcery.SIP.SIPEndPoint
endTime System.DateTime
owner string
리턴 System

Update() 공개 메소드

public Update ( SIPEndPoint proxyEndPoint, System.DateTime endTime ) : void
proxyEndPoint SIPSorcery.SIP.SIPEndPoint
endTime System.DateTime
리턴 void

프로퍼티 상세

Cancel 공개적으로 프로퍼티

public bool Cancel
리턴 bool

EndTime 공개적으로 프로퍼티

public DateTime,System EndTime
리턴 System.DateTime

NextSendTime 공개적으로 프로퍼티

public DateTime? NextSendTime
리턴 DateTime?

Owner 공개적으로 프로퍼티

public string Owner
리턴 string

ProxyEndPoint 공개적으로 프로퍼티

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

RemoteEndPoint 공개적으로 프로퍼티

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