Connection SendObject Method (String)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
)

Parameters

sendingPacketType
Type: OnlineSystem String
The sending packet type
See Also