IConnectorAuthentication Interface |
Namespace: VirtualRadar.Interface.Network
The IConnectorAuthentication type exposes the following members.
Name | Description | |
---|---|---|
MaximumResponseLength |
Gets the longest response that the class can handle.
|
Name | Description | |
---|---|---|
GetResponseIsComplete |
Returns true if the response passed across is complete. The validity doesn't matter.
| |
GetResponseIsValid |
Passed a complete response, returns true if the response is valid and false if it does not.
| |
SendAuthentication |
Returns the bytes that need to be sent to the listening side to authenticate.
|