Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the response message.
Namespace: System.Web.Http.Results
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public HttpResponseMessage Response { get; }
public:
property HttpResponseMessage^ Response {
HttpResponseMessage^ get();
}
member Response : HttpResponseMessage with get
Public ReadOnly Property Response As HttpResponseMessage
Property Value
Type: System.Net.Http.HttpResponseMessage
See Also
ResponseMessageResult Class
System.Web.Http.Results Namespace
Return to top