Click or drag to resize
QvxRequest Class
Data stream of QlikView request if formatted as follow: * 4-byte that specify the length of the following string. * Zero terminated string that is formatted according to QvxRequest XML schema.
Inheritance Hierarchy

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public class QvxRequest : QvxMessage

The QvxRequest type exposes the following members.

Constructors
  NameDescription
Public methodQvxRequest
Constructor to create new empty QvxRequest
Public methodQvxRequest(XmlDocument)
Constructor to create new QvxRequest
Top
Methods
  NameDescription
Public methodGenerateXML
Generate XML from QvxRequest
(Overrides QvxMessageGenerateXML(XmlWriter).)
Public methodInitializeStandaloneRequest
Initialize standalone connector
Public methodReadStringArray
QvxMessage helper method
(Inherited from QvxMessage.)
Top
Properties
  NameDescription
Public propertyCommand
Command to be executed by the Connector. See QvxCommand.
Public propertyOptions
Connection options. See QvxConnectOptions.
Public propertyParameters
Array of strings. Holds command specific parameters.
Top
See Also