C# Class SIPSorcery.SIP.SIPReplacesParameter

ファイルを表示 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_oe property

public string CallID
return string

FromTag public_oe property

public string FromTag
return string

ToTag public_oe property

public string ToTag
return string