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: 2024.1.0.0 (2024.1.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