Click or drag to resize

ProtocolGetPingFrame Method

Each protocol is responsible for returning a valid ping frame for that protocol

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
protected abstract byte[] GetPingFrame()

Return Value

Type: Byte
PING frame
See Also