Click or drag to resize
ManualRequestFile Properties

The ManualRequestFile type exposes the following members.

Properties
  NameDescription
Protected propertyFormMarkup
The markup for the form which is to be posted. Make sure all other relevant properties are set before referencing this property. Override this method if it is necessary to apply non-aesthetic customizations of the form (not common or recommended).
Public propertyMarkupBottom
Gets or sets the markup after the form. You may set or override this to implement a custom design.
Public propertyMarkupTop
Gets or sets the markup prior to the form. You may set or override this to implement a custom design.
Public propertyRequestData
Gets or sets the Request Data. (This should already be encrypted and signed.)
Public propertyRequestFilePath
Gets or sets the absolute path where the request file should be saved.
Public propertyRequestFormUrl
Gets or sets the URL used in the request form, where data will be posted to in order to obtain the response document. Set or override this if you are using the SOLO Server Dedicated URL option or purchased SOLO Server.
Top
See Also