Click or drag to resize

ProtocolSend Method (BinaryKey, String, Byte)

Each protocol is responsible for building the message to send

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

Parameters

controller
Type: Crosser.Common.Utilities.BinaryBinaryKey

[Missing <param name="controller"/> documentation for "M:Crosser.Server.Modules.Protocol.Protocol.Send(Crosser.Common.Utilities.Binary.BinaryKey,System.String,System.Byte[])"]

method
Type: SystemString

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

data
Type: SystemByte

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

Return Value

Type: Task
Task

Implements

IProtocolSend(BinaryKey, String, Byte)
See Also