C# 클래스 SIPSorcery.SIP.SIPReplacesParameter

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

공개 프로퍼티들

프로퍼티 타입 설명
CallID string
FromTag string
ToTag string

공개 메소드들

메소드 설명
Parse ( string replaces ) : SIPReplacesParameter

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string replaces ) : SIPReplacesParameter
replaces string
리턴 SIPReplacesParameter

프로퍼티 상세

CallID 공개적으로 프로퍼티

public string CallID
리턴 string

FromTag 공개적으로 프로퍼티

public string FromTag
리턴 string

ToTag 공개적으로 프로퍼티

public string ToTag
리턴 string