HTTPResponseBody Property |
Returns the HTTP message body data (optional).
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string Body { get; }
Public ReadOnly Property Body As String
Get
public:
property String^ Body {
String^ get ();
}
member Body : string with get
Property Value
Type:
StringRemarks Returns an empty string if the response does not have a body message.
See Also