Trigger connection specific packet delegates with the provided parameters. Returns true if connection specific handlers were executed.
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- packetHeader
- Type: NetworkCommsDotNet PacketHeader
The packetHeader for which all delegates should be triggered with
- incomingObjectBytes
- Type: System.IO MemoryStream
The serialised and or compressed bytes to be used
- options
- Type: NetworkCommsDotNet SendReceiveOptions
The incoming sendReceiveOptions to use overriding defaults
Return Value
Type: BooleanReturns true if connection specific handlers were executed.
See Also