HttpDiagnosticProviderRequestSentEventArgs.Initiator Property
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.
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.