RblFilterDataReceived Event
Occurs when data is received from the network.

Namespace: MailBee.AntiSpam
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public event DataTransferEventHandler DataReceived

Value

Type: MailBeeDataTransferEventHandler
Remarks

This event is raised when the component receives a response a DNS server. The developer can use Protocol property to determine the protocol of the data just sent.

Note Note
This event is also raised when zero-length data is received from the server (for DNS TCP queries only). When a server sends zero-length data portion, it means the connection was closed.
Examples
DataReceived sample shows how to use this event for Smtp object. For RblFilter, usage pattern is the same.
See Also