Share via


IHttpTelemetryConsumer.OnResponseContentStop(DateTime) Method

Definition

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

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

Parameters

timestamp
DateTime

Timestamp when the event was fired.

Applies to