Share via


IHttpTelemetryConsumer.OnRequestContentStop(DateTime, Int64) Method

Definition

Called after sending the request content.

public virtual void OnRequestContentStop(DateTime timestamp, long contentLength);
abstract member OnRequestContentStop : DateTime * int64 -> unit
override this.OnRequestContentStop : DateTime * int64 -> unit
Public Overridable Sub OnRequestContentStop (timestamp As DateTime, contentLength As Long)

Parameters

timestamp
DateTime

Timestamp when the event was fired.

contentLength
Int64

Applies to