C# Class TelAPI.InboundXML.Element.Redirect

Inheritance: ELement
Afficher le fichier Open project: TelAPI/telapi-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( string url, HttpMethod method ) : Redirect

The Redirect element directs the call to another InboundXML document.

Redirect ( ) : System

Method Details

Create() public static méthode

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

Redirect() public méthode

public Redirect ( ) : System
Résultat System