IHttpTelemetryConsumer.OnResponseHeadersStart(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 before reading the response headers.
public virtual void OnResponseHeadersStart(DateTime timestamp);
abstract member OnResponseHeadersStart : DateTime -> unit
override this.OnResponseHeadersStart : DateTime -> unit
Public Overridable Sub OnResponseHeadersStart (timestamp As DateTime)
Parameters
- timestamp
- DateTime
Timestamp when the event was fired.