C# Class TwilioSharp.MVC3.Results.TwiMLResult

Inheritance: System.Web.Mvc.ActionResult
Mostrar archivo Open project: jgable/TwilioSharp

Public Methods

Method Description
Empty ( ) : TwiMLResult

Generates an Empty TwiML Response.

ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
TwiMLResult ( ) : System.Web.Mvc

Initializes a new instance of the TwiMLResult class with a blank TwiML Response.

TwiMLResult ( TwiMLBuilder builder ) : System.Web.Mvc

Initializes a new instance of the TwiMLResult class.

Private Methods

Method Description
TwiMLResult ( System.Xml.Linq.XElement response ) : System.Web.Mvc

Initializes a new instance of the TwiMLResult class.

Method Details

Empty() public static method

Generates an Empty TwiML Response.
public static Empty ( ) : TwiMLResult
return TwiMLResult

ExecuteResult() public method

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
return void

TwiMLResult() public method

Initializes a new instance of the TwiMLResult class with a blank TwiML Response.
public TwiMLResult ( ) : System.Web.Mvc
return System.Web.Mvc

TwiMLResult() public method

Initializes a new instance of the TwiMLResult class.
public TwiMLResult ( TwiMLBuilder builder ) : System.Web.Mvc
builder TwilioSharp.TwiML.TwiMLBuilder The builder that contains the response elements.
return System.Web.Mvc