Click or drag to resize
GetTcData Properties

The GetTcData type exposes the following members.

Properties
  NameDescription
Public propertyActivationCode1
Gets Activation Code 1. This is also known as "RegKey1" in Protection PLUS 4, and will be populated with a Protection PLUS 4 compatible activation code (or "Trigger Code") after processing the codes using ValidateTriggerCode(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32).
Public propertyActivationCode2
Gets or sets Activation Code 2. This is also known as "RegKey2" in Protection PLUS 4, and may be populated with a Protection PLUS 4 compatible activation code (or "Trigger Code") after processing the codes using ValidateTriggerCode(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32).
Public propertyAutomationClientErrorCode
Gets or sets the Automation Client error code.
(Inherited from AutomationClientWebFormCall.)
Public propertyContentEncoding
Gets or sets the encoding used for the request and response (UTF-8 is the default).
(Inherited from WebFormCall.)
Public propertyContentType
Gets or sets the content type ("application/x-www-form-urlencoded" is the default).
(Inherited from WebFormCall.)
Public propertyLastException
Gets or sets the last Exception that occurred when calling the web form.
(Inherited from WebFormCall.)
Public propertyLicenseID
Gets or sets the License ID (required).
Public propertyLicenseUpdate
Gets the License Update data.
Public propertyPassword
Gets or sets password (required).
Public propertyProductID
Gets or sets the Product ID. When specified, the License ID must be for the Product ID specified.
Public propertyProductOptionID
Gets or sets the Product Option ID. When set, the License ID must be for the Product Option ID specified.
Public propertyProxy
Gets or sets the proxy server settings. Leave as null/Nothing to use the system's default proxy settings.
(Inherited from WebFormCall.)
Public propertyProxyAuthenticationRequired
Gets or sets whether the proxy server requires authentication.
(Inherited from WebFormCall.)
Public propertyRequireSsl
Gets or sets whether or not SSL is required.
(Inherited from WebFormCall.)
Public propertyResponse
Gets or sets the response returned from the server.
(Inherited from WebFormCall.)
Public propertyStatusCode
Gets or sets the status code of the response returned from the server.
(Inherited from WebFormCall.)
Public propertyTimeout
Gets or sets the timeout (in milliseconds). The default is 30000 milliseconds (or 30 seconds).
(Inherited from WebFormCall.)
Public propertyUserCode1
Gets or sets User Code 1 (required). In Protection PLUS 4, this is also referred to as the "Session Code" or "cenum". This value can be generated using PLUS4Methods.GenerateUserCode1Value.
Public propertyUserCode2
Gets or sets User Code 2 (required). In Protection PLUS, this is also referred to as the "Computer ID". This value can be generated using PLUS4Methods.GenerateUserCode2Value.
Top
See Also