CloseSessionValidateWebServiceResponseFormat Method |
Bypasses the validation of the response's format for this particular request.
Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override bool ValidateWebServiceResponseFormat(
XmlNode response
)
Public Overrides Function ValidateWebServiceResponseFormat (
response As XmlNode
) As Boolean
public:
virtual bool ValidateWebServiceResponseFormat(
XmlNode^ response
) override
Parameters
- response
- Type: System.XmlXmlNode
The XmlNode containing the web service response.
Return Value
Type:
BooleanAlways returns true.
See Also