The human-readable status description returned by the HTTP operation.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string HttpStatusDescription { get; private set; }
Public Property HttpStatusDescription As String
	Get
	Private Set
public:
property String^ HttpStatusDescription {
	String^ get ();
	private: void set (String^ value);
}

See Also