ConnectionParameters Property |
Gets the connection parameters.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public ConnectionParameters Parameters { get; }
Public ReadOnly Property Parameters As ConnectionParameters
Get
public:
property ConnectionParameters^ Parameters {
ConnectionParameters^ get ();
}
member Parameters : ConnectionParameters with get
Return Value
Type:
ConnectionParametersthe connection parameters object
Remarks These are field-value pairs included in the url during the client connection. See RemoteVizRenderArea.connectTo().
See Also