Method | Description | |
---|---|---|
ExecuteResult ( ControllerContext controllerContext ) : void | ||
TwiMLResult ( ) : System | ||
TwiMLResult ( TwilioResponse response ) : System | ||
TwiMLResult ( System.Xml.Linq.XDocument twiml ) : System | ||
TwiMLResult ( string twiml ) : System |
public ExecuteResult ( ControllerContext controllerContext ) : void | ||
controllerContext | ControllerContext | |
return | void |
public TwiMLResult ( TwilioResponse response ) : System | ||
response | TwilioResponse | |
return | System |
public TwiMLResult ( System.Xml.Linq.XDocument twiml ) : System | ||
twiml | System.Xml.Linq.XDocument | |
return | System |