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

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

Private Properties

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

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

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

The Redirect element directs the call to another InboundXML document.

Redirect ( ) : System

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

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

The Redirect element directs the call to another InboundXML document.
public static Create ( string url, HttpMethod method ) : Redirect
url string Url to another InboundXML document
method HttpMethod Method used to request the InboundXML doucment the call is being redirected to.
Результат Redirect

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

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