Show / Hide Table of Contents

Class SIPToHeader

Inheritance
System.Object
SIPToHeader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public class SIPToHeader
Remarks

The To header only has parameters, no headers. Parameters of from ...;name=value;name2=value2. Specific parameters: tag.

Constructors

| Improve this Doc View Source

SIPToHeader(String, SIPURI, String)

Declaration
public SIPToHeader(string toName, SIPURI toURI, string toTag)
Parameters
Type Name Description
System.String toName
SIPURI toURI
System.String toTag

Fields

| Improve this Doc View Source

PARAMETER_TAG

Declaration
public const string PARAMETER_TAG = "tag"
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

ToName

Declaration
public string ToName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ToParameters

Declaration
public SIPParameters ToParameters { get; set; }
Property Value
Type Description
SIPParameters
| Improve this Doc View Source

ToTag

Declaration
public string ToTag { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ToURI

Declaration
public SIPURI ToURI { get; set; }
Property Value
Type Description
SIPURI
| Improve this Doc View Source

ToUserField

Declaration
public SIPUserField ToUserField { get; set; }
Property Value
Type Description
SIPUserField

Methods

| Improve this Doc View Source

ParseToHeader(String)

Declaration
public static SIPToHeader ParseToHeader(string toHeaderStr)
Parameters
Type Name Description
System.String toHeaderStr
Returns
Type Description
SIPToHeader
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX