C# Class TelAPI.InboundXML.Element.Number

Inheritance: DialElement
Afficher le fichier Open project: TelAPI/telapi-dotnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat Number

Number() public méthode

public Number ( ) : System
Résultat System