Connection.SendObject Method (String, Int64)NetworkComms.Net Help
Send an empty packet using the provided packetType. Useful for signalling.

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

public void SendObject(
	string sendingPacketType,
	out long packetSequenceNumber
)

Parameters

sendingPacketType
Type: OnlineSystem.String
The sending packet type
packetSequenceNumber
Type: OnlineSystem.Int64
The sequence number of the packet sent
See Also