Share via


SignalRError.ResponseBody Property

.NET Framework 4

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)

Syntax

'Declaration
Public Property ResponseBody As String 
    Get 
    Set
'Usage
Dim instance As SignalRError 
Dim value As String 

value = instance.ResponseBody

instance.ResponseBody = value
public string ResponseBody { get; set; }
public:
property String^ ResponseBody {
    String^ get ();
    void set (String^ value);
}
member ResponseBody : string with get, set
function get ResponseBody () : String 
function set ResponseBody (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

SignalRError Class

Microsoft.AspNet.SignalR.Client Namespace