HTTPResponseReason Property |
Returns the HTTP reason phrase.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public string Reason { get; }
Public ReadOnly Property Reason As String
Get
public:
property String^ Reason {
String^ get ();
}
member Reason : string with get
Property Value
Type:
StringRemarks See Also