XmlLicenseFileServiceGetLicenseFile Method |
Calls the GetLicenseFile web method.
Namespace: com.softwarekey.Client.WebService.XmlLicenseFileServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic XmlNode GetLicenseFile(
string xml
)
Public Function GetLicenseFile (
xml As String
) As XmlNode
public:
XmlNode^ GetLicenseFile(
String^ xml
)
Parameters
- xml
- Type: SystemString
An XML formatted request string.
Return Value
Type:
XmlNodeReturns the XML formatted result.
Remarks Caution |
---|
This method should not typically be called directly. Please use the
GetLicenseFile
class instead. |
See Also