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

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

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