HttpListenerRequest.RequestTraceIdentifier Property

Definition

Gets the request identifier of the incoming HTTP request.

public:
 property Guid RequestTraceIdentifier { Guid get(); };
public Guid RequestTraceIdentifier { get; }
member this.RequestTraceIdentifier : Guid
Public ReadOnly Property RequestTraceIdentifier As Guid

Property Value

A Guid object that contains the identifier of the HTTP request.

Applies to