| WebServiceCall Properties |
The WebServiceCall type exposes the following members.
| Name | Description | |
|---|---|---|
| ClassName | Gets or sets the class name of the WebServiceClient object. | |
| EncryptionKey | Gets or sets the author encryption key data. | |
| 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.) | |
| LastError | Gets or sets the last error which occurred. | |
| MethodName | Gets or sets the name of the method which will be called from the WebServiceClient object. | |
| RequireSsl | Gets or sets whether or not SSL certificate validation to check. | |
| 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.) | |
| SessionCode | Gets or sets the randomized session code (used to deter replay attacks). | |
| SessionCodeValidation | Gets or sets whether or not session code validation should be done automatically. | |
| UseDigitalSignature | Gets or sets whether or not a digital signature is to be used or is required for the web service call. (This can only be set to false if UseEncryption is already set to false.) | |
| UseEncryption | Gets or sets whether or not encryption is to be used or is required for the web service call. | |
| 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. | |
| WebServiceResponse | Gets or set the XmlNode object reference for the root XML node of the web service response. |