getDnsPrefetchBytes

abstract fun getDnsPrefetchBytes(index: Int): ByteString
Specifies hostnames to pre-load DNS records for.
repeated string dns_prefetch = 18;

Return

The bytes of the dnsPrefetch at the given index.

Parameters

index

The index of the value to return.