C# Класс TelAPI.InboundXML.Element.Number

Наследование: DialElement
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Create ( string number, string sendDigits, string url, HttpMethod method ) : Number

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

Number ( ) : System

Описание методов

Create() публичный статический Метод

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.
Результат Number

Number() публичный Метод

public Number ( ) : System
Результат System