C# 클래스 SIPSorcery.SIP.SIPDNSLookupResult

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

공개 프로퍼티들

프로퍼티 타입 설명
ATimedoutAt DateTime?
EndPointResults List
Inserted System.DateTime
LookupError string
NAPTRTimedoutAt DateTime?
Pending bool
SIPNAPTRResults SIPDNSServiceResult>.Dictionary
SIPSRVResults List
SRVTimedoutAt DateTime?
URI SIPURI

공개 메소드들

메소드 설명
AddLookupResult ( SIPDNSLookupEndPoint lookupEndPoint ) : void
AddNAPTRResult ( SIPDNSServiceResult sipNAPTRResult ) : void
AddSRVResult ( SIPDNSServiceResult sipSRVResult ) : void
GetNextUnusedSRV ( ) : SIPDNSServiceResult
GetSIPEndPoint ( ) : SIPEndPoint
SIPDNSLookupResult ( SIPURI uri ) : System
SIPDNSLookupResult ( SIPURI uri, SIPEndPoint resultEndPoint ) : System

Used when the result is already known such as when the lookup is for an IP address but a DNS lookup object still needs to be returned.

SIPDNSLookupResult ( SIPURI uri, string lookupError ) : System

메소드 상세

AddLookupResult() 공개 메소드

public AddLookupResult ( SIPDNSLookupEndPoint lookupEndPoint ) : void
lookupEndPoint SIPDNSLookupEndPoint
리턴 void

AddNAPTRResult() 공개 메소드

public AddNAPTRResult ( SIPDNSServiceResult sipNAPTRResult ) : void
sipNAPTRResult SIPDNSServiceResult
리턴 void

AddSRVResult() 공개 메소드

public AddSRVResult ( SIPDNSServiceResult sipSRVResult ) : void
sipSRVResult SIPDNSServiceResult
리턴 void

GetNextUnusedSRV() 공개 메소드

public GetNextUnusedSRV ( ) : SIPDNSServiceResult
리턴 SIPDNSServiceResult

GetSIPEndPoint() 공개 메소드

public GetSIPEndPoint ( ) : SIPEndPoint
리턴 SIPEndPoint

SIPDNSLookupResult() 공개 메소드

public SIPDNSLookupResult ( SIPURI uri ) : System
uri SIPURI
리턴 System

SIPDNSLookupResult() 공개 메소드

Used when the result is already known such as when the lookup is for an IP address but a DNS lookup object still needs to be returned.
public SIPDNSLookupResult ( SIPURI uri, SIPEndPoint resultEndPoint ) : System
uri SIPURI The URI being looked up.
resultEndPoint SIPEndPoint The known result SIP end point.
리턴 System

SIPDNSLookupResult() 공개 메소드

public SIPDNSLookupResult ( SIPURI uri, string lookupError ) : System
uri SIPURI
lookupError string
리턴 System

프로퍼티 상세

ATimedoutAt 공개적으로 프로퍼티

public DateTime? ATimedoutAt
리턴 DateTime?

EndPointResults 공개적으로 프로퍼티

public List EndPointResults
리턴 List

Inserted 공개적으로 프로퍼티

public DateTime,System Inserted
리턴 System.DateTime

LookupError 공개적으로 프로퍼티

public string LookupError
리턴 string

NAPTRTimedoutAt 공개적으로 프로퍼티

public DateTime? NAPTRTimedoutAt
리턴 DateTime?

Pending 공개적으로 프로퍼티

public bool Pending
리턴 bool

SIPNAPTRResults 공개적으로 프로퍼티

public Dictionary SIPNAPTRResults
리턴 SIPDNSServiceResult>.Dictionary

SIPSRVResults 공개적으로 프로퍼티

public List SIPSRVResults
리턴 List

SRVTimedoutAt 공개적으로 프로퍼티

public DateTime? SRVTimedoutAt
리턴 DateTime?

URI 공개적으로 프로퍼티

public SIPURI,SIPSorcery.SIP URI
리턴 SIPURI