IHttpTelemetryConsumer.OnRequestContentStop(DateTime, Int64) 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 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