Class SIPReplacesParameter
Class for the Replaces parameter of a Refer-To header field. The Replaces parameter is used to identify involved in a transfer operation.
Inherited Members
Namespace: SipLib.Core
Assembly: SipLib.dll
Syntax
public class SIPReplacesParameter
Fields
| Edit this page View SourceCallID
SIP Call-ID of the call
Declaration
public string? CallID
Field Value
Type | Description |
---|---|
string |
FromTag
Tag from the From header
Declaration
public string? FromTag
Field Value
Type | Description |
---|---|
string |
ToTag
Tag from the To header
Declaration
public string? ToTag
Field Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceParse(string)
Parses a string into a SIPReplacesParameter
Declaration
public static SIPReplacesParameter? Parse(string replaces)
Parameters
Type | Name | Description |
---|---|---|
string | replaces | Input string |
Returns
Type | Description |
---|---|
SIPReplacesParameter | Returns a new SIPReplacesParameter or null if an error occurred |