Property | Type | Description | |
---|---|---|---|
SIPMonitorLogEvent | SIPMonitorLogDelegate |
Method | Description | |
---|---|---|
DNSARecordLookup ( SIPSorcery.SIP.App.SIPDNSServiceResult nextSRVRecord, string host, int port, bool async, SIPURI lookupURI ) : SIPSorcery.SIP.App.SIPDNSLookupResult | ||
DNSARecordLookup ( string host, int port, bool async, SIPURI uri ) : SIPSorcery.SIP.App.SIPDNSLookupResult | ||
DNSNAPTRRecordLookup ( string host, bool async, SIPSorcery.SIP.App.SIPDNSLookupResult &lookupResult ) : void | ||
DNSSRVRecordLookup ( SIPSchemesEnum scheme, SIPProtocolsEnum protocol, string host, bool async, SIPSorcery.SIP.App.SIPDNSLookupResult &lookupResult ) : void | ||
ResolveSIPService ( SIPURI sipURI, bool async ) : SIPSorcery.SIP.App.SIPDNSLookupResult | ||
ResolveSIPService ( string host ) : SIPSorcery.SIP.App.SIPDNSLookupResult |
Method | Description | |
---|---|---|
SIPDNSManager ( ) : System |
public static DNSARecordLookup ( SIPSorcery.SIP.App.SIPDNSServiceResult nextSRVRecord, string host, int port, bool async, SIPURI lookupURI ) : SIPSorcery.SIP.App.SIPDNSLookupResult | ||
nextSRVRecord | SIPSorcery.SIP.App.SIPDNSServiceResult | |
host | string | |
port | int | |
async | bool | |
lookupURI | SIPURI | |
return | SIPSorcery.SIP.App.SIPDNSLookupResult |
public static DNSARecordLookup ( string host, int port, bool async, SIPURI uri ) : SIPSorcery.SIP.App.SIPDNSLookupResult | ||
host | string | |
port | int | |
async | bool | |
uri | SIPURI | |
return | SIPSorcery.SIP.App.SIPDNSLookupResult |
public static DNSNAPTRRecordLookup ( string host, bool async, SIPSorcery.SIP.App.SIPDNSLookupResult &lookupResult ) : void | ||
host | string | |
async | bool | |
lookupResult | SIPSorcery.SIP.App.SIPDNSLookupResult | |
return | void |
public static DNSSRVRecordLookup ( SIPSchemesEnum scheme, SIPProtocolsEnum protocol, string host, bool async, SIPSorcery.SIP.App.SIPDNSLookupResult &lookupResult ) : void | ||
scheme | SIPSchemesEnum | |
protocol | SIPProtocolsEnum | |
host | string | |
async | bool | |
lookupResult | SIPSorcery.SIP.App.SIPDNSLookupResult | |
return | void |
public static ResolveSIPService ( SIPURI sipURI, bool async ) : SIPSorcery.SIP.App.SIPDNSLookupResult | ||
sipURI | SIPURI | |
async | bool | |
return | SIPSorcery.SIP.App.SIPDNSLookupResult |
public static ResolveSIPService ( string host ) : SIPSorcery.SIP.App.SIPDNSLookupResult | ||
host | string | |
return | SIPSorcery.SIP.App.SIPDNSLookupResult |