Click or drag to resize

HttpMonitorSend Method (Byte)

Adds the data to be sent to the OutQueue

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

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:Crosser.Server.Modules.Protocol.Monitor.HttpMonitor.Send(System.Byte[])"]

Return Value

Type: Task
Task

Implements

IProtocolSend(Byte)
IProtocolSend(Byte)
See Also