Share via


HttpDiagnosticProviderRequestResponseCompletedEventArgs.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 = httpDiagnosticProviderRequestResponseCompletedEventArgs.initiator;
Public ReadOnly Property Initiator As HttpDiagnosticRequestInitiator

Property Value

The initiator type.

Applies to