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 SourceSIPToHeader(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 SourcePARAMETER_TAG
Declaration
public const string PARAMETER_TAG = "tag"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Properties
| Improve this Doc View SourceToName
Declaration
public string ToName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ToParameters
Declaration
public SIPParameters ToParameters { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SIPParameters | 
ToTag
Declaration
public string ToTag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ToURI
Declaration
public SIPURI ToURI { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SIPURI | 
ToUserField
Declaration
public SIPUserField ToUserField { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SIPUserField | 
Methods
| Improve this Doc View SourceParseToHeader(String)
Declaration
public static SIPToHeader ParseToHeader(string toHeaderStr)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | toHeaderStr | 
Returns
| Type | Description | 
|---|---|
| SIPToHeader | 
ToString()
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()