Click or drag to resize
ManualRequestFile Class
Utility class for creating HTML files to simplify client manual request processing.
Inheritance Hierarchy
SystemObject
  com.softwarekey.Client.UtilsManualRequestFile

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public class ManualRequestFile

The ManualRequestFile type exposes the following members.

Constructors
  NameDescription
Public methodManualRequestFile
Creates a new ManualRequestFile object.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Saves the request file to the specified path.
Public methodToString
Generates a string containing the request file contents.
(Overrides ObjectToString.)
Top
See Also