HttpDiagnosticProviderResponseReceivedEventArgs.Message 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 HttpResponseMessage including headers, the status code, and data.
public:
property HttpResponseMessage ^ Message { HttpResponseMessage ^ get(); };
HttpResponseMessage Message();
public HttpResponseMessage Message { get; }
var httpResponseMessage = httpDiagnosticProviderResponseReceivedEventArgs.message;
Public ReadOnly Property Message As HttpResponseMessage
Property Value
The HttpResponseMessage including headers, the status code, and data.