SignalRError::ResponseBody Property

.NET Framework 4.5

The response body of the error, if it was a WebException and the response is readable.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public:
property String^ ResponseBody {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Show: