Click or drag to resize
XmlLicenseService Class
SoapHttpClientProtocol implementation for calling methods in SOLO Server's XmlActivationService web service.
Inheritance Hierarchy

Namespace: com.softwarekey.Client.WebService.XmlLicenseService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public class XmlLicenseService : SoapHttpClientProtocol

The XmlLicenseService type exposes the following members.

Constructors
  NameDescription
Public methodXmlLicenseService
Creates a new XmlLicenseFileService object.
Top
Properties
  NameDescription
Public propertyAllowAutoRedirect
Gets or sets whether the client automatically follows server redirects.
(Inherited from HttpWebClientProtocol.)
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyClientCertificates
Gets the collection of client certificates.
(Inherited from HttpWebClientProtocol.)
Public propertyConnectionGroupName
Gets or sets the name of the connection group for the request.
(Inherited from WebClientProtocol.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCookieContainer
Gets or sets the collection of cookies.
(Inherited from HttpWebClientProtocol.)
Public propertyCredentials
Gets or sets security credentials for XML Web service client authentication.
(Inherited from WebClientProtocol.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEnableDecompression
Gets or sets a Boolean that indicates whether decompression is enabled for this HttpWebClientProtocol.
(Inherited from HttpWebClientProtocol.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyPreAuthenticate
Gets or sets whether pre-authentication is enabled.
(Inherited from WebClientProtocol.)
Public propertyProxy
Gets or sets proxy information for making an XML Web service request through a firewall.
(Inherited from HttpWebClientProtocol.)
Public propertyRequestEncoding
The Encoding used to make the client request to the XML Web service.
(Inherited from WebClientProtocol.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertySoapVersion
Gets or sets the version of the SOAP protocol used to make the SOAP request to the XML Web service.
(Inherited from SoapHttpClientProtocol.)
Public propertyTimeout
Indicates the time an XML Web service client waits for a synchronous XML Web service request to complete (in milliseconds).
(Inherited from WebClientProtocol.)
Public propertyUnsafeAuthenticatedConnectionSharing
Gets or sets a value that indicates whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server that hosts the XML Web service.
(Inherited from HttpWebClientProtocol.)
Public propertyUrl
Gets or sets the base URL of the XML Web service the client is requesting.
Public propertyUseDefaultCredentials
Gets or sets a value that indicates whether to set the System.Web.Services.Protocols.WebClientProtocol.Credentials property to the value of the System.Net.CredentialCache.DefaultCredentials property.
Public propertyUserAgent
Gets or sets the value for the user agent header that is sent with each request.
(Inherited from HttpWebClientProtocol.)
Top
Methods
  NameDescription
Public methodAbort
Cancels a request to an XML Web service method.
(Inherited from WebClientProtocol.)
Public methodAdd
Calls the Add web method.
Public methodAddAsync(XmlNode)
Calls the Add web method asynchronously.
Public methodAddAsync(XmlNode, Object)
Calls the Add web method.
Public methodAddS
Calls the AddS web method.
Public methodAddSAsync(String)
Calls the AddS web method.
Public methodAddSAsync(String, Object)
Calls the AddS web method.
Protected methodBeginInvoke
Starts an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from SoapHttpClientProtocol.)
Public methodCancelAsync
Cancels an asynchronous call to an XML Web service method (unless the call has already been completed).
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDiscover
Dynamically binds to an XML Web service described in the discovery document at Url.
(Inherited from SoapHttpClientProtocol.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Protected methodEndInvoke
Ends an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from SoapHttpClientProtocol.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLicenseCustomData
Calls the GetLicenseCustomData web method.
Public methodGetLicenseCustomDataAsync(XmlNode)
Calls the GetLicenseCustomData web method.
Public methodGetLicenseCustomDataAsync(XmlNode, Object)
Calls the GetLicenseCustomData web method.
Public methodGetLicenseCustomDataS
Calls the GetLicenseCustomDataS web method.
Public methodGetLicenseCustomDataSAsync(String)
Calls the GetLicenseCustomDataS web method.
Public methodGetLicenseCustomDataSAsync(String, Object)
Calls the GetLicenseCustomDataS web method.
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetReaderForMessage
Returns an XmlReader initialized with the Stream property of the SoapClientMessage parameter.
(Inherited from SoapHttpClientProtocol.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetWebRequest
Creates a WebRequest for the specified uri.
(Inherited from SoapHttpClientProtocol.)
Protected methodGetWebResponse(WebRequest)
Returns a response from a synchronous request to an XML Web service method.
(Inherited from HttpWebClientProtocol.)
Protected methodGetWebResponse(WebRequest, IAsyncResult)
Returns a response from an asynchronous request to an XML Web service method.
(Inherited from HttpWebClientProtocol.)
Protected methodGetWriterForMessage
Returns a XmlWriter initialized with the Stream property of the SoapClientMessage parameter.
(Inherited from SoapHttpClientProtocol.)
Public methodInfoCheck
Calls the InfoCheck web method.
Public methodInfoCheckAsync(XmlNode)
Calls the InfoCheck web method asynchronously.
Public methodInfoCheckAsync(XmlNode, Object)
Calls the InfoCheck web method.
Public methodInfoCheckS
Calls the InfoCheckS web method.
Public methodInfoCheckSAsync(String)
Calls the InfoCheckS web method asynchronously.
Public methodInfoCheckSAsync(String, Object)
Calls the InfoCheckS web method.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodInvoke
Invokes an XML Web service method synchronously using SOAP.
(Inherited from SoapHttpClientProtocol.)
Protected methodInvokeAsync(String, Object, SendOrPostCallback)
Invokes the specified method asynchronously.
(Inherited from SoapHttpClientProtocol.)
Protected methodInvokeAsync(String, Object, SendOrPostCallback, Object)
Invokes the specified method asynchronously.
(Inherited from SoapHttpClientProtocol.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodRegister
Calls the Register web method.
Public methodRegisterAsync(XmlNode)
Calls the Register web method asynchronously.
Public methodRegisterAsync(XmlNode, Object)
Calls the Register web method.
Public methodRegisterS
Calls the RegisterS web method.
Public methodRegisterSAsync(String)
Calls the RegisterS web method asynchronously.
Public methodRegisterSAsync(String, Object)
Calls the RegisterS web method.
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Public methodUpdateActivationFields
Calls the UpdateActivationFields web method.
Public methodUpdateActivationFieldsAsync(String)
Calls the UpdateActivationFields web method.
Public methodUpdateActivationFieldsAsync(String, Object)
Calls the UpdateActivationFields web method.
Public methodUpdateCheck
Calls the UpdateCheck web method.
Public methodUpdateCheckAsync(XmlNode)
Calls the UpdateCheck web method asynchronously.
Public methodUpdateCheckAsync(XmlNode, Object)
Calls the UpdateCheck web method.
Public methodUpdateCheckS
Calls the UpdateCheckS web method.
Public methodUpdateCheckSAsync(String)
Calls the UpdateCheckS web method asynchronously.
Public methodUpdateCheckSAsync(String, Object)
Calls the UpdateCheck web method.
Public methodUpdateLicenseCustomData
Calls the UpdateLicenseCustomData web method.
Public methodUpdateLicenseCustomDataAsync(XmlNode)
Calls the UpdateLicenseCustomData web method.
Public methodUpdateLicenseCustomDataAsync(XmlNode, Object)
Calls the UpdateLicenseCustomData web method.
Public methodUpdateLicenseCustomDataS
Calls the UpdateLicenseCustomDataS web method.
Public methodUpdateLicenseCustomDataSAsync(String)
Calls the UpdateLicenseCustomDataS web method.
Public methodUpdateLicenseCustomDataSAsync(String, Object)
Calls the UpdateLicenseCustomDataS web method.
Public methodUpdateRegistration
Calls the UpdateRegistration web method.
Public methodUpdateRegistrationAsync(XmlNode)
Calls the UpdateRegistration web method asynchronously.
Public methodUpdateRegistrationAsync(XmlNode, Object)
Calls the UpdateRegistration web method.
Public methodUpdateRegistrationS
Calls the UpdateRegistrationS web method.
Public methodUpdateRegistrationSAsync(String)
Calls the UpdateRegistrationS web method asynchronously.
Public methodUpdateRegistrationSAsync(String, Object)
Calls the UpdateRegistrationS web method.
Public methodUpdateUserDefinedFields
Calls the UpdateUserDefinedFields web method.
Public methodUpdateUserDefinedFieldsAsync(XmlNode)
Calls the UpdateUserDefinedFields web method.
Public methodUpdateUserDefinedFieldsAsync(XmlNode, Object)
Calls the UpdateUserDefinedFields web method.
Public methodUpdateUserDefinedFieldsS
Calls the UpdateUserDefinedFieldsS web method.
Public methodUpdateUserDefinedFieldsSAsync(String)
Calls the UpdateUserDefinedFieldsS web method asynchronously.
Public methodUpdateUserDefinedFieldsSAsync(String, Object)
Calls the UpdateUserDefinedFieldsS web method.
Public methodValidateRegistration
Calls the ValidateRegistration web method.
Public methodValidateRegistrationAsync(XmlNode)
Calls the ValidateRegistration web method asynchronously.
Public methodValidateRegistrationAsync(XmlNode, Object)
Calls the ValidateRegistration web method.
Public methodValidateRegistrationS
Calls the ValidateRegistrationS web method.
Public methodValidateRegistrationSAsync(String)
Calls the ValidateRegistrationS web method.
Public methodValidateRegistrationSAsync(String, Object)
Calls the ValidateRegistration web method.
Top
Events
  NameDescription
Public eventAddCompleted
Occurs when an asynchronous call to Add has completed.
Public eventAddSCompleted
Occurs when an asynchronous call to AddS has completed.
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventGetLicenseCustomDataCompleted
Occurs when an asynchronous call to GetLicenseCustomData has completed.
Public eventGetLicenseCustomDataSCompleted
Occurs when an asynchronous call to GetLicenseCustomDataS has completed.
Public eventInfoCheckCompleted
Occurs when an asynchronous call to InfoCheck has completed.
Public eventInfoCheckSCompleted
Occurs when an asynchronous call to InfoCheckS has completed.
Public eventRegisterCompleted
Occurs when an asynchronous call to Register has completed.
Public eventRegisterSCompleted
Occurs when an asynchronous call to RegisterS has completed.
Public eventUpdateActivationFieldsCompleted
Occurs when an asynchronous call to UpdateActivationFields has completed.
Public eventUpdateCheckCompleted
Occurs when an asynchronous call to UpdateCheck has completed.
Public eventUpdateCheckSCompleted
Occurs when an asynchronous call to UpdateCheckS has completed.
Public eventUpdateLicenseCustomDataCompleted
Occurs when an asynchronous call to UpdateLicenseCustomData has completed.
Public eventUpdateLicenseCustomDataSCompleted
Occurs when an asynchronous call to UpdateLicenseCustomDataS has completed.
Public eventUpdateRegistrationCompleted
Occurs when an asynchronous call to UpdateRegistration has completed.
Public eventUpdateRegistrationSCompleted
Occurs when an asynchronous call to UpdateRegistrationS has completed.
Public eventUpdateUserDefinedFieldsCompleted
Occurs when an asynchronous call to UpdateUserDefinedFields has completed.
Public eventUpdateUserDefinedFieldsSCompleted
Occurs when an asynchronous call to UpdateUserDefinedFieldsS has completed.
Public eventValidateRegistrationCompleted
Occurs when an asynchronous call to ValidateRegistration has completed.
Public eventValidateRegistrationSCompleted
Occurs when an asynchronous call to ValidateRegistrationS has completed.
Top
Remarks
Note Note

This class should only be used directly as needed for specifying customized information, such as different end-point URLs, proxy server access credentials, etc... The com.softwarekey.Client.WebService.XmlLicenseService namespace contains WebServiceCall implementations for each supported web service method.

See Also