Connection TriggerSpecificPacketHandlers Method NetworkComms.Net Help
Trigger connection specific packet delegates with the provided parameters. Returns true if connection specific handlers were executed.

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public bool TriggerSpecificPacketHandlers(
	PacketHeader packetHeader,
	MemoryStream incomingObjectBytes,
	SendReceiveOptions options
)

Parameters

packetHeader
Type: NetworkCommsDotNet PacketHeader
The packetHeader for which all delegates should be triggered with
incomingObjectBytes
Type: OnlineSystem.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: OnlineBoolean
Returns true if connection specific handlers were executed.
See Also