SignalRError::StatusCode Property

.NET Framework 4.5

The status code of the error (if it was a WebException).

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

public:
property HttpStatusCode StatusCode {
	HttpStatusCode get ();
	void set (HttpStatusCode value);
}

Property Value

Type: System.Net::HttpStatusCode
Show: