C# Class SIPSorcery.SIP.App.ReplacesCallDescriptor

Mostrar archivo Open project: TilmannBach/sipsorcery-fork Class Usage Examples

Public Properties

Property Type Description
CallId string
EarlyOnly bool
FromTag string
ToTag string

Public Methods

Method Description
GetUrlEncodedReplacesUriHeader ( ) : string
ReplacesCallDescriptor ( ) : System
ReplacesCallDescriptor ( string callId, string fromTag, string toTag, bool earlyOnly ) : System

Method Details

GetUrlEncodedReplacesUriHeader() public method

public GetUrlEncodedReplacesUriHeader ( ) : string
return string

ReplacesCallDescriptor() public method

public ReplacesCallDescriptor ( ) : System
return System

ReplacesCallDescriptor() public method

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

Property Details

CallId public_oe property

public string CallId
return string

EarlyOnly public_oe property

public bool EarlyOnly
return bool

FromTag public_oe property

public string FromTag
return string

ToTag public_oe property

public string ToTag
return string