C# Class SIPSorcery.SIP.App.ReplacesCallDescriptor

Afficher le fichier Open project: TilmannBach/sipsorcery-fork Class Usage Examples

Méthodes publiques

Свойство Type Description
CallId string
EarlyOnly bool
FromTag string
ToTag string

Méthodes publiques

Méthode Description
GetUrlEncodedReplacesUriHeader ( ) : string
ReplacesCallDescriptor ( ) : System
ReplacesCallDescriptor ( string callId, string fromTag, string toTag, bool earlyOnly ) : System

Method Details

GetUrlEncodedReplacesUriHeader() public méthode

public GetUrlEncodedReplacesUriHeader ( ) : string
Résultat string

ReplacesCallDescriptor() public méthode

public ReplacesCallDescriptor ( ) : System
Résultat System

ReplacesCallDescriptor() public méthode

public ReplacesCallDescriptor ( string callId, string fromTag, string toTag, bool earlyOnly ) : System
callId string
fromTag string
toTag string
earlyOnly bool
Résultat System

Property Details

CallId public_oe property

public string CallId
Résultat string

EarlyOnly public_oe property

public bool EarlyOnly
Résultat bool

FromTag public_oe property

public string FromTag
Résultat string

ToTag public_oe property

public string ToTag
Résultat string