- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for DnsQuery (0.1 sec)
-
okhttp-android/src/androidTest/kotlin/okhttp3/android/AndroidAsyncDnsTest.kt
} } @Test @Ignore("No results on CI for localhost") fun testDnsRequest() { val (allAddresses, exception) = dnsQuery("localhost") assertThat(exception).isNull() assertThat(allAddresses).isNotEmpty() } private fun dnsQuery(hostname: String): Pair<List<InetAddress>, Exception?> { val allAddresses = mutableListOf<InetAddress>() var exception: Exception? = null
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 5.7K bytes - Viewed (0) -
api/go1.txt
pkg syscall (windows-386), func CryptReleaseContext(Handle, uint32) error pkg syscall (windows-386), func DeleteFile(*uint16) error pkg syscall (windows-386), func DnsQuery(string, uint16, uint32, *uint8, **DNSRecord, *uint8) error pkg syscall (windows-386), func DnsRecordListFree(*DNSRecord, uint32)
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)