The human-readable status description returned by the HTTP operation.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.6.1 (10.6.6.1)
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); }