TWSocket.OnLineLimitExceeded

From Overbyte
Jump to navigation Jump to search

Main page -> ICS component reference -> TWSocket -> OnLineLimitExceeded

Definition

event OnLineLimitExceeded: ? ErrCode:Integer;

Description

OnLineLimitExceeded is rised in LineMode every time when more bytes that the set LineLength have been received without containing the set delimiter. This may be a hint on a occuring Denial of Service (DoS) attack.

Example

Best practices

How to