| UpdateCheck Properties |
The UpdateCheck type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionToTake | Gets which action should be taken, as indicated by SOLO Server's response. | |
| ClassName | Gets or sets the class name of the WebServiceClient object. (Inherited from WebServiceCall.) | |
| CurrentVersion | Gets or sets the Current Version of the application. This must be in the format X.X.X.X, where X may be any number from 0 to 99999. | |
| DownloadUrl | Gets the URL where the new file/update, or information on how to download the new file(s)/update(s), may be found. | |
| EncryptionKey | Gets or sets the author encryption key data. (Inherited from WebServiceCall.) | |
| ErrorMessage | Gets or sets the error message returned by the web service method call. (See http://www.softwarekey.com/go/?ID=20 for a list of possible values.) (Inherited from WebServiceCall.) | |
| InformationUrl | Gets the URL where more information about the available update may be found. | |
| LanguageCode | Gets or sets the language code of the message to retrieve. (The default is "en", for U.S. English.) | |
| LastError | Gets or sets the last error which occurred. (Inherited from WebServiceCall.) | |
| LatestVersion | Gets the latest, free version available. | |
| LicenseID | Gets or sets the License ID of the activated license. | |
| LicenseStatus | Gets the status of the SOLO Server License ID. | |
| LicenseUpdate | Gets a small, arbitrary string which may be used for customized status updates. | |
| MethodName | Gets or sets the name of the method which will be called from the WebServiceClient object. (Inherited from WebServiceCall.) | |
| Password | Gets or sets the password (optional). When a value is specified, it will be validated by SOLO Server. This may be set to the activation password assigned to the license, or the customer password, in SOLO Server. | |
| ProductID | Gets or sets the Product ID. If a Product ID is specified before calling CallWebService (this optional, but recommended), the Product ID will be validated against the License ID in SOLO Server. When this property's value is 0 (zero), this extra validation is omitted. | |
| ProductUpdateName | Gets or sets the product update name to search for in SOLO Server. | |
| ReleaseDate | Gets the date in which the LatestVersion was released. | |
| ReplacedBy | Gets the License ID which has replaced this LicenseID. A zero value means the license has not been replaced by (or upgraded to) another License ID. | |
| RequireSsl | Gets or sets whether or not SSL certificate validation to check. (Inherited from WebServiceCall.) | |
| ResultCode | Gets or sets the result code returned by the web service method call. (See http://www.softwarekey.com/go/?ID=20 for a list of possible values.) (Inherited from WebServiceCall.) | |
| SessionCode | Gets or sets the randomized session code (used to deter replay attacks). (Inherited from WebServiceCall.) | |
| SessionCodeValidation | Gets or sets whether or not session code validation should be done automatically. (Inherited from WebServiceCall.) | |
| ShortMessage | Gets a short, HTML-formatted message, which may be displayed to the user. | |
| UseDigitalSignature | Overrides the UseDigitalSignature property to reflect the fact that this web service method does not support digital signatures. (Overrides WebServiceCallUseDigitalSignature.) | |
| UseEncryption | Overrides the UseEncryption property to reflect the fact that this web service method does not support encryption. (Overrides WebServiceCallUseEncryption.) | |
| VerifyLicenseExpirationDate | Gets or sets whether or not the License ID's expiration date will be validated. (The default value is false.) | |
| WebServiceClient | Gets or sets the SoapHttpClientProtocol object (.NET Framework) or the XmlWebService object (.NET Standard 2.0) used to perform the web service method call. (Inherited from WebServiceCall.) | |
| WebServiceResponse | Gets or set the XmlNode object reference for the root XML node of the web service response. (Inherited from WebServiceCall.) |