Trigger incoming packet delegates for the provided parameters.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- packetHeader
- Type: NetworkCommsDotNet PacketHeader
The packet header
- connection
- Type: NetworkCommsDotNet.Connections Connection
The incoming connection
- incomingDataStream
- Type: System.IO MemoryStream
The bytes corresponding to the incoming object
- options
- Type: NetworkCommsDotNet SendReceiveOptions
The SendReceiveOptions to be used to convert incomingObjectBytes back to the desired object
See Also