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

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

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