Click or drag to resize

HttpMonitorSend Method (Byte, Byte, Byte, Byte)

Builds a RPC frame and sends it over the IHttpTransport

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

Parameters

controller
Type: SystemByte
method
Type: SystemByte
reqid
Type: SystemByte
data
Type: SystemByte

Return Value

Type: Task
See Also