C# 클래스 SIPSorcery.Servers.SIPProxyDispatcher.UserCallbackRecord

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

공개 프로퍼티들

프로퍼티 타입 설명
DesintationEndPoint string
ExpiresAt System.DateTime

공개 메소드들

메소드 설명
UserCallbackRecord ( System.DateTime expiresAt, string destinationEndPoint ) : System

메소드 상세

UserCallbackRecord() 공개 메소드

public UserCallbackRecord ( System.DateTime expiresAt, string destinationEndPoint ) : System
expiresAt System.DateTime
destinationEndPoint string
리턴 System

프로퍼티 상세

DesintationEndPoint 공개적으로 프로퍼티

public string DesintationEndPoint
리턴 string

ExpiresAt 공개적으로 프로퍼티

public DateTime,System ExpiresAt
리턴 System.DateTime