ConnectionParameters Property |
Gets the connection parameters (field-value pairs included in the url during the client connection).
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic ConnectionParameters Parameters { get; }
Public ReadOnly Property Parameters As ConnectionParameters
Get
public:
property ConnectionParameters^ Parameters {
ConnectionParameters^ get ();
}
member Parameters : ConnectionParameters with get
Return Value
Type:
ConnectionParametersa pointer to the connection parameters
Remarks
See Also