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::Request Property

 

Gets the HttpRequestMessage from the record.

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

public:
property HttpRequestMessage^ Request {
	[CompilerGeneratedAttribute]
	HttpRequestMessage^ get();
	[CompilerGeneratedAttribute]
	private: void set(HttpRequestMessage^ value);
}

Property Value

Type: System.Net.Http::HttpRequestMessage^

The HttpRequestMessage from the record.

Return to top
Show: