C# Class SIPSorcery.SIP.App.SwitchboardHeaders

Afficher le fichier Open project: sipsorcery/sipsorcery

Méthodes publiques

Свойство Type Description
SwitchboardLineName string
SwitchboardOriginalCallID string
SwitchboardOwner string

Méthodes publiques

Méthode Description
SwitchboardHeaders ( ) : System
SwitchboardHeaders ( string callID, string callerDescription, string lineName, string owner ) : System

Method Details

SwitchboardHeaders() public méthode

public SwitchboardHeaders ( ) : System
Résultat System

SwitchboardHeaders() public méthode

public SwitchboardHeaders ( string callID, string callerDescription, string lineName, string owner ) : System
callID string
callerDescription string
lineName string
owner string
Résultat System

Property Details

SwitchboardLineName public_oe property

public string SwitchboardLineName
Résultat string

SwitchboardOriginalCallID public_oe property

public string SwitchboardOriginalCallID
Résultat string

SwitchboardOwner public_oe property

public string SwitchboardOwner
Résultat string