Click or drag to resize

HttpExecuteHttpCall Method

Executes the call to the current ControllerDelegate and sends back a HTTP response based on the result

Namespace:  Crosser.Server.Modules.Protocol.HTTP
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
protected Task<byte[]> ExecuteHttpCall(
	string payload
)

Parameters

payload
Type: SystemString

Return Value

Type: TaskByte
Task
See Also