Method

SoupMessageMetricsget_dns_start

Declaration [src]

guint64
soup_message_metrics_get_dns_start (
  SoupMessageMetrics* metrics
)

Description [src]

Get the time immediately before the SoupMessage started the domain lookup name for the resource.

It will be 0 if no domain lookup was required to fetch the resource (a persistent connection was used or resource was loaded from the local disk cache).

Return value

Type: guint64

The domain lookup start time.