Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Common Namespaces
Crosser.Common.Server Namespaces
Crosser.Common.Server.Protocol
IProtocol Interface
IProtocol Methods
Send Method
Send Method (Byte[])
Send Method (BinaryKey, String, Byte[])
IProtocol
Send 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#
Copy
Task
Send
(
BinaryKey
controller
,
string
method
,
byte
[]
data
)
Parameters
controller
Type:
Crosser.Common.Utilities.Binary
BinaryKey
The
BinaryKey
representing a controller
method
Type:
System
String
The method to call
data
Type:
System
Byte
The payload to send
Return Value
Type:
Task
Task
See Also
Reference
IProtocol Interface
Send Overload
Crosser.Common.Server.Protocol Namespace