Share via


HttpDiagnosticProviderRequestSentEventArgs.Initiator Property

Definition

Gets the type of operation initiating this request.

public:
 property HttpDiagnosticRequestInitiator Initiator { HttpDiagnosticRequestInitiator get(); };
HttpDiagnosticRequestInitiator Initiator();
public HttpDiagnosticRequestInitiator Initiator { get; }
var httpDiagnosticRequestInitiator = httpDiagnosticProviderRequestSentEventArgs.initiator;
Public ReadOnly Property Initiator As HttpDiagnosticRequestInitiator

Property Value

The initiator type.

Remarks

This is optionally set and is empty if not available.

Applies to