Click or drag to resize

CrosserProtocol.Send Method (Byte[],Byte[],Byte[],Byte[])

Builds the operation frame and add it to the outgoing queue

Namespace:  Crosser.Server.Modules.Protocol.Crosser
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:System.Byte[]
controller to call on client
method
Type:System.Byte[]
method to call on client
reqid
Type:System.Byte[]
the callback id that the client passed in with the initial call
data
Type:System.Byte[]
payload to send

Return Value

Type: Task
Task

Return Value

Type: Task
See Also