Click or drag to resize

IProtocolSend Method (BinaryKey, String, Byte)

Do a RPC call to the client

Namespace:  Crosser.Common.Server.Protocol
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Task Send(
	BinaryKey controller,
	string method,
	byte[] data
)

Parameters

controller
Type: Crosser.Common.Utilities.BinaryBinaryKey
The BinaryKey representing a controller
method
Type: SystemString
The method to call
data
Type: SystemByte
The payload to send

Return Value

Type: Task
Task
See Also