Click or drag to resize

ProtocolSend Method (Byte)

Enqueue the data to send and update the IServerStatistics

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public abstract Task Send(
	byte[] data
)

Parameters

data
Type: SystemByte

Return Value

Type: Task
Task

Implements

IProtocolSend(Byte)
See Also