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.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxprotected virtual string AppendSessionCode(
string xml
)
Protected Overridable Function AppendSessionCode (
xml As String
) As String
protected:
virtual String^ AppendSessionCode(
String^ xml
)
Parameters
- xml
- Type: SystemString
The plain-text XML request string.
Return Value
Type:
StringReturns true if successful. If not successful, check the
LastError property for details.
See Also