Processes the callback request.

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public ActionResult CallBack(
	Stream stream
)
Visual Basic
Public Function CallBack ( _
	stream As Stream _
) As ActionResult
Visual C++
public:
ActionResult^ CallBack(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::..Stream

Return Value

See Also