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

파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 프로퍼티들

프로퍼티 타입 설명
SwitchboardLineName string
SwitchboardOriginalCallID string
SwitchboardOwner string

공개 메소드들

메소드 설명
SwitchboardHeaders ( ) : System
SwitchboardHeaders ( string callID, string callerDescription, string lineName, string owner ) : System

메소드 상세

SwitchboardHeaders() 공개 메소드

public SwitchboardHeaders ( ) : System
리턴 System

SwitchboardHeaders() 공개 메소드

public SwitchboardHeaders ( string callID, string callerDescription, string lineName, string owner ) : System
callID string
callerDescription string
lineName string
owner string
리턴 System

프로퍼티 상세

SwitchboardLineName 공개적으로 프로퍼티

public string SwitchboardLineName
리턴 string

SwitchboardOriginalCallID 공개적으로 프로퍼티

public string SwitchboardOriginalCallID
리턴 string

SwitchboardOwner 공개적으로 프로퍼티

public string SwitchboardOwner
리턴 string