C# 클래스 SIPSorcery.SIP.App.ReplacesCallDescriptor

파일 보기 프로젝트 열기: TilmannBach/sipsorcery-fork 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CallId string
EarlyOnly bool
FromTag string
ToTag string

공개 메소드들

메소드 설명
GetUrlEncodedReplacesUriHeader ( ) : string
ReplacesCallDescriptor ( ) : System
ReplacesCallDescriptor ( string callId, string fromTag, string toTag, bool earlyOnly ) : System

메소드 상세

GetUrlEncodedReplacesUriHeader() 공개 메소드

public GetUrlEncodedReplacesUriHeader ( ) : string
리턴 string

ReplacesCallDescriptor() 공개 메소드

public ReplacesCallDescriptor ( ) : System
리턴 System

ReplacesCallDescriptor() 공개 메소드

public ReplacesCallDescriptor ( string callId, string fromTag, string toTag, bool earlyOnly ) : System
callId string
fromTag string
toTag string
earlyOnly bool
리턴 System

프로퍼티 상세

CallId 공개적으로 프로퍼티

public string CallId
리턴 string

EarlyOnly 공개적으로 프로퍼티

public bool EarlyOnly
리턴 bool

FromTag 공개적으로 프로퍼티

public string FromTag
리턴 string

ToTag 공개적으로 프로퍼티

public string ToTag
리턴 string