ManualRequestFile Class |
Namespace: com.softwarekey.Client.Utils
The ManualRequestFile type exposes the following members.
Name | Description | |
---|---|---|
ManualRequestFile | Creates a new ManualRequestFile object. |
Name | Description | |
---|---|---|
FormMarkup | 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). | |
MarkupBottom | Gets or sets the markup after the form. You may set or override this to implement a custom design. | |
MarkupTop | Gets or sets the markup prior to the form. You may set or override this to implement a custom design. | |
RequestData | Gets or sets the Request Data. (This should already be encrypted and signed.) | |
RequestFilePath | Gets or sets the absolute path where the request file should be saved. | |
RequestFormUrl | 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. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Save | Saves the request file to the specified path. | |
ToString | Generates a string containing the request file contents. (Overrides ObjectToString.) |