Click or drag to resize
UpdateCheck Properties

The UpdateCheck type exposes the following members.

Properties
  NameDescription
Public propertyActionToTake
Gets which action should be taken, as indicated by SOLO Server's response.
Public propertyClassName
Gets or sets the class name of the WebServiceClient object.
(Inherited from WebServiceCall.)
Public propertyCurrentVersion
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.
Public propertyDownloadUrl
Gets the URL where the new file/update, or information on how to download the new file(s)/update(s), may be found.
Public propertyEncryptionKey
Gets or sets the author encryption key data.
(Inherited from WebServiceCall.)
Public propertyErrorMessage
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.)
Public propertyInformationUrl
Gets the URL where more information about the available update may be found.
Public propertyLanguageCode
Gets or sets the language code of the message to retrieve. (The default is "en", for U.S. English.)
Public propertyLastError
Gets or sets the last error which occurred.
(Inherited from WebServiceCall.)
Public propertyLatestVersion
Gets the latest, free version available.
Public propertyLicenseID
Gets or sets the License ID of the activated license.
Public propertyLicenseStatus
Gets the status of the SOLO Server License ID.
Public propertyLicenseUpdate
Gets a small, arbitrary string which may be used for customized status updates.
Public propertyMethodName
Gets or sets the name of the method which will be called from the WebServiceClient object.
(Inherited from WebServiceCall.)
Public propertyPassword
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.
Public propertyProductID
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.
Public propertyProductUpdateName
Gets or sets the product update name to search for in SOLO Server.
Public propertyReleaseDate
Gets the date in which the LatestVersion was released.
Public propertyReplacedBy
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.
Public propertyRequireSsl
Gets or sets whether or not SSL certificate validation to check.
(Inherited from WebServiceCall.)
Public propertyResultCode
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.)
Public propertySessionCode
Gets or sets the randomized session code (used to deter replay attacks).
(Inherited from WebServiceCall.)
Public propertySessionCodeValidation
Gets or sets whether or not session code validation should be done automatically.
(Inherited from WebServiceCall.)
Public propertyShortMessage
Gets a short, HTML-formatted message, which may be displayed to the user.
Public propertyUseDigitalSignature
Overrides the UseDigitalSignature property to reflect the fact that this web service method does not support digital signatures.
(Overrides WebServiceCallUseDigitalSignature.)
Public propertyUseEncryption
Overrides the UseEncryption property to reflect the fact that this web service method does not support encryption.
(Overrides WebServiceCallUseEncryption.)
Public propertyVerifyLicenseExpirationDate
Gets or sets whether or not the License ID's expiration date will be validated. (The default value is false.)
Public propertyWebServiceClient
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.)
Public propertyWebServiceResponse
Gets or set the XmlNode object reference for the root XML node of the web service response.
(Inherited from WebServiceCall.)
Top
See Also