IHttpTelemetryConsumer.OnResponseContentStart(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.