Prepare response data to send to the client. This method should be called inside of GetCallbackResult. RequetId attribute will be embedded into the response string once this method is called.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public string PrepareResponse(
	string parameter
)
Visual Basic
Public Function PrepareResponse ( _
	parameter As String _
) As String

Parameters

parameter
Type: System..::..String

Return Value

See Also