Click or drag to resize
IConnectorAuthenticationGetResponseIsValid Method
Passed a complete response, returns true if the response is valid and false if it does not.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool GetResponseIsValid(
	byte[] response
)

Parameters

response
Type: SystemByte

Return Value

Type: Boolean
See Also