| IConnectorAuthenticationGetResponseIsComplete Method  | 
            Returns true if the response passed across is complete. The validity doesn't matter.
            
 
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool GetResponseIsComplete(
	byte[] response
)
Function GetResponseIsComplete ( 
	response As Byte()
) As Boolean
bool GetResponseIsComplete(
	array<unsigned char>^ response
)
abstract GetResponseIsComplete : 
        response : byte[] -> bool 
Parameters
- response
 - Type: SystemByte
 
Return Value
Type: 
BooleanTrue if the byte array contains the entire response, false if it's too short.
See Also