C# 클래스 SIPSorcery.SIP.SIPDNSLookupEndPoint

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

공개 프로퍼티들

프로퍼티 타입 설명
FailedAt System.DateTime
FailureReason string
LookupEndPoint SIPEndPoint
ResolvedAt System.DateTime
TTL int

공개 메소드들

메소드 설명
SIPDNSLookupEndPoint ( SIPEndPoint sipEndPoint, int ttl ) : System

메소드 상세

SIPDNSLookupEndPoint() 공개 메소드

public SIPDNSLookupEndPoint ( SIPEndPoint sipEndPoint, int ttl ) : System
sipEndPoint SIPEndPoint
ttl int
리턴 System

프로퍼티 상세

FailedAt 공개적으로 프로퍼티

public DateTime,System FailedAt
리턴 System.DateTime

FailureReason 공개적으로 프로퍼티

public string FailureReason
리턴 string

LookupEndPoint 공개적으로 프로퍼티

public SIPEndPoint,SIPSorcery.SIP LookupEndPoint
리턴 SIPEndPoint

ResolvedAt 공개적으로 프로퍼티

public DateTime,System ResolvedAt
리턴 System.DateTime

TTL 공개적으로 프로퍼티

public int TTL
리턴 int