Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TraceRecord Constructor (HttpRequestMessage^, String^, TraceLevel)

 

Initializes a new instance of the TraceRecord class.

Namespace:   System.Web.Http.Tracing
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
TraceRecord(
	HttpRequestMessage^ request,
	String^ category,
	TraceLevel level
)

Parameters

request
Type: System.Net.Http::HttpRequestMessage^

The message request.

category
Type: System::String^

The trace category.

level
Type: System.Web.Http.Tracing::TraceLevel

The trace level.

Return to top
Show: