ws1-framework/com.airwatch.certpinning.repository/CertPinRepository/getHostByHostName
getHostByHostName¶
abstract fun getHostByHostName(hostname: String): HostRecord?
Searches for a HostRecord based on hostname.
Parameters¶
| Name | Description |
|---|---|
| hostname | Non-null hostname string to search for. |
Return¶
Nullable HostRecord - the matching host record or null if not found.