This callback is invoked when a packet arrives on a receive socket.

Syntax
C# | Visual Basic | Managed C++ |

Parameters
- address (IPAddress)
- The address of the host that sent the packet.
- port (Int32)
- The port from which the packet was sent.
- data (Block)
- The contiguous block of data that represents the contents of the received packet.
- context (Object)
- The context object provided at the time the receive socket was created.
Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0