Click or drag to resize
WebServiceCallAppendSessionCode Method (XmlDocument)
Appends the SessionCode value to an XmlDocument depending on the SessionCodeValidation setting, and returns the updated XML string

Namespace: com.softwarekey.Client.WebService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
protected virtual string AppendSessionCode(
	XmlDocument xml
)

Parameters

xml
Type: System.XmlXmlDocument
The plain-text request XmlDocument.

Return Value

Type: String
Returns true if successful. If not successful, check the LastError property for details.
See Also