Click or drag to resize

HttpMonitorSend Method (Byte, String, Byte, FrameType)

Builds a RPC frame and push it to the OutQueue

Namespace:  Crosser.Server.Modules.Protocol.Monitor
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public Task Send(
	byte[] hub,
	string method,
	byte[] data,
	FrameType frameType = FrameType.Binary
)

Parameters

hub
Type: SystemByte

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

method
Type: SystemString

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

data
Type: SystemByte

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

frameType (Optional)
Type: Crosser.Common.Server.ProtocolFrameType

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

Return Value

Type: Task
See Also