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

 

Gets or sets the HttpStatusCode associated with the HttpResponseMessage.

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

public:
property HttpStatusCode Status {
	[CompilerGeneratedAttribute]
	HttpStatusCode get();
	[CompilerGeneratedAttribute]
	void set(HttpStatusCode value);
}

Property Value

Type: System.Net::HttpStatusCode

The HttpStatusCode associated with the HttpResponseMessage.

Return to top
Show: