C# Class TelAPI.InboundXML.Element.Redirect

Inheritance: ELement
Datei anzeigen Open project: TelAPI/telapi-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Create ( string url, HttpMethod method ) : Redirect

The Redirect element directs the call to another InboundXML document.

Redirect ( ) : System

Method Details

Create() public static method

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.
return Redirect

Redirect() public method

public Redirect ( ) : System
return System