Click or drag to resize
IConnectorAuthenticationMaximumResponseLength Property
Gets the longest response that the class can handle.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
int MaximumResponseLength { get; }

Property Value

Type: Int32
Remarks
If the connecting side returns a response that is longer than this then it is deemed invalid and the connection is closed.
See Also