| IConnectorAuthenticationGetResponseIsValid Method  | 
            Passed a complete response, returns true if the response is valid and false if it does not.
            
 
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool GetResponseIsValid(
	byte[] response
)
Function GetResponseIsValid ( 
	response As Byte()
) As Boolean
bool GetResponseIsValid(
	array<unsigned char>^ response
)
abstract GetResponseIsValid : 
        response : byte[] -> bool 
Parameters
- response
 - Type: SystemByte
 
Return Value
Type: 
Boolean
See Also