Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Server Namespaces
Crosser.Server.Modules Namespaces
Crosser.Server.Modules.Protocol Namespaces
Crosser.Server.Modules.Protocol.HTTP
Http Class
Http Methods
Send Method
Send Method (Byte[])
Send Method (BinaryKey, String, Byte[])
Send Method (Byte[], Byte[], Byte[], FrameType)
Send Method (Byte[], Byte[], Byte[], Byte[])
Http
Send Method (BinaryKey, String,
Byte
)
Builds a RPC frame and push it to the OutQueue
Namespace:
Crosser.Server.Modules.Protocol.HTTP
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
Copy
public
override
Task
Send
(
BinaryKey
controller
,
string
method
,
byte
[]
data
)
Parameters
controller
Type:
Crosser.Common.Utilities.Binary
BinaryKey
the
BinaryKey
representation of a
IController
method
Type:
System
String
the method to use in the RPC call
data
Type:
System
Byte
data to pass to the method in the RPC call
Return Value
Type:
Task
Task
Implements
IProtocol
Send(BinaryKey, String,
Byte
)
IProtocol
Send(BinaryKey, String,
Byte
)
See Also
Reference
Http Class
Send Overload
Crosser.Server.Modules.Protocol.HTTP Namespace