Click or drag to resize
WebServiceCallAppendSessionCode Method (String)
Appends the SessionCode value to an XML request string 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(
	string xml
)

Parameters

xml
Type: SystemString
The plain-text XML request string.

Return Value

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