Click or drag to resize
CloseSessionValidateWebServiceResponseFormat Method
Bypasses the validation of the response's format for this particular request.

Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public override bool ValidateWebServiceResponseFormat(
	XmlNode response
)

Parameters

response
Type: System.XmlXmlNode
The XmlNode containing the web service response.

Return Value

Type: Boolean
Always returns true.
See Also