Share via


IHttpTelemetryConsumer.OnResponseHeadersStart(DateTime) Method

Definition

Called before reading the response headers.

public virtual void OnResponseHeadersStart(DateTime timestamp);
abstract member OnResponseHeadersStart : DateTime -> unit
override this.OnResponseHeadersStart : DateTime -> unit
Public Overridable Sub OnResponseHeadersStart (timestamp As DateTime)

Parameters

timestamp
DateTime

Timestamp when the event was fired.

Applies to