IConnectorAuthenticationMaximumResponseLength Property |
Gets the longest response that the class can handle.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int MaximumResponseLength { get; }
ReadOnly Property MaximumResponseLength As Integer
Get
property int MaximumResponseLength {
int get ();
}
abstract MaximumResponseLength : int with get
Property Value
Type:
Int32Remarks
If the connecting side returns a response that is longer than this then it
is deemed invalid and the connection is closed.
See Also