Share via


IHttpTelemetryConsumer.OnResponseContentStart(DateTime) Method

Definition

Called when HttpClient starts buffering the response content. This event WILL NOT be called for requests made by YARP, as they are not buffered.

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

Parameters

timestamp
DateTime

Timestamp when the event was fired.

Applies to