C# Class TelAPI.InboundXML.Element.Number

Inheritance: DialElement
Mostrar archivo Open project: TelAPI/telapi-dotnet

Private Properties

Property Type Description

Public Methods

Method Description
Create ( string number, string sendDigits, string url, HttpMethod method ) : Number

It can be used to send DTFM tones or redirect to InboundXML

Number ( ) : System

Method Details

Create() public static method

It can be used to send DTFM tones or redirect to InboundXML
public static Create ( string number, string sendDigits, string url, HttpMethod method ) : Number
number string Number
sendDigits string Specifies which DTFM tones to play to the called party. w indicates a half second pause.
url string URL that the called party can be directed to before the call beings.
method HttpMethod method used to request the url.
return Number

Number() public method

public Number ( ) : System
return System