C# Class SIPSorcery.SIP.SIPReplacesParameter

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
CallID string
FromTag string
ToTag string

Public Methods

Method Description
Parse ( string replaces ) : SIPReplacesParameter

Method Details

Parse() public static method

public static Parse ( string replaces ) : SIPReplacesParameter
replaces string
return SIPReplacesParameter

Property Details

CallID public property

public string CallID
return string

FromTag public property

public string FromTag
return string

ToTag public property

public string ToTag
return string