C# 클래스 TelAPI.InboundXML.Element.Redirect

상속: ELement
파일 보기 프로젝트 열기: TelAPI/telapi-dotnet 1 사용 예제들

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