Click or drag to resize
HTTPResponseBody Property

Returns the HTTP message body data (optional).

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public string Body { get; }

Property Value

Type: String
Remarks

Returns an empty string if the response does not have a body message.

See Also