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

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

Private Properties

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

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

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

The Sip element is nested within the Dial element, and is used to call to sip addresses.

Sip ( ) : System

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

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

The Sip element is nested within the Dial element, and is used to call to sip addresses.
public static Create ( string sipAddress, string sendDigits, string url, HttpMethod method ) : Sip
sipAddress string Sip address
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.
Результат Sip

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

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