IHttpTelemetryConsumer.OnRequestHeadersStart 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.
Overloads
| Name | Description |
|---|---|
| OnRequestHeadersStart(DateTime, Int64) |
Called before sending the request headers. |
| OnRequestHeadersStart(DateTime) |
Called before sending the request headers. |
OnRequestHeadersStart(DateTime, Int64)
- Source:
- IHttpTelemetryConsumer.cs
- Source:
- IHttpTelemetryConsumer.cs
Called before sending the request headers.
public virtual void OnRequestHeadersStart(DateTime timestamp, long connectionId);
abstract member OnRequestHeadersStart : DateTime * int64 -> unit
override this.OnRequestHeadersStart : DateTime * int64 -> unit
Public Overridable Sub OnRequestHeadersStart (timestamp As DateTime, connectionId As Long)
Parameters
- timestamp
- DateTime
Timestamp when the event was fired.
- connectionId
- Int64
ID of the connection we are sending this request on.
Applies to
OnRequestHeadersStart(DateTime)
- Source:
- IHttpTelemetryConsumer.cs
- Source:
- IHttpTelemetryConsumer.cs
Called before sending the request headers.
public virtual void OnRequestHeadersStart(DateTime timestamp);
abstract member OnRequestHeadersStart : DateTime -> unit
override this.OnRequestHeadersStart : DateTime -> unit
Public Overridable Sub OnRequestHeadersStart (timestamp As DateTime)
Parameters
- timestamp
- DateTime
Timestamp when the event was fired.