Show / Hide Table of Contents

Class SIPUserField

Encapsulates the format for the SIP Contact, From, PAI and To headers.

Inheritance
System.Object
SIPUserField
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
[DataContract]
public class SIPUserField
Remarks

If no "<" and ">" are present, all parameters after the URI are header parameters, not URI parameters.

Constructors

| Improve this Doc View Source

SIPUserField()

Declaration
public SIPUserField()
| Improve this Doc View Source

SIPUserField(String, SIPURI, String)

Declaration
public SIPUserField(string name, SIPURI uri, string paramsAndHeaders)
Parameters
Type Name Description
System.String name
SIPURI uri
System.String paramsAndHeaders

Fields

| Improve this Doc View Source

Name

Declaration
[DataMember]
public string Name
Field Value
Type Description
System.String
| Improve this Doc View Source

Parameters

Declaration
[DataMember]
public SIPParameters Parameters
Field Value
Type Description
SIPParameters
| Improve this Doc View Source

URI

Declaration
[DataMember]
public SIPURI URI
Field Value
Type Description
SIPURI

Methods

| Improve this Doc View Source

CopyOf()

Declaration
public SIPUserField CopyOf()
Returns
Type Description
SIPUserField
| Improve this Doc View Source

ParseSIPUserField(String)

Declaration
public static SIPUserField ParseSIPUserField(string userFieldStr)
Parameters
Type Name Description
System.String userFieldStr
Returns
Type Description
SIPUserField
| Improve this Doc View Source

ToParameterlessString()

Declaration
public string ToParameterlessString()
Returns
Type Description
System.String
| 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