Click or drag to resize
IConnectorAuthenticationGetResponseIsComplete Method
Returns true if the response passed across is complete. The validity doesn't matter.

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

Parameters

response
Type: SystemByte

Return Value

Type: Boolean
True if the byte array contains the entire response, false if it's too short.
See Also