Show / Hide Table of Contents

Class SIPParameterlessURI

Inheritance
System.Object
SIPParameterlessURI
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 SIPParameterlessURI

Constructors

| Improve this Doc View Source

SIPParameterlessURI(SIPSchemesEnum, String, String)

Declaration
public SIPParameterlessURI(SIPSchemesEnum scheme, string host, string user)
Parameters
Type Name Description
SIPSchemesEnum scheme
System.String host
System.String user
| Improve this Doc View Source

SIPParameterlessURI(SIPURI)

Declaration
public SIPParameterlessURI(SIPURI sipURI)
Parameters
Type Name Description
SIPURI sipURI

Properties

| Improve this Doc View Source

Host

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

Scheme

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

URI

Declaration
[DataMember]
public SIPURI URI { get; set; }
Property Value
Type Description
SIPURI
| Improve this Doc View Source

User

Declaration
public string User { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

AreEqual(SIPParameterlessURI, SIPParameterlessURI)

Declaration
public static bool AreEqual(SIPParameterlessURI uri1, SIPParameterlessURI uri2)
Parameters
Type Name Description
SIPParameterlessURI uri1
SIPParameterlessURI uri2
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ParseSIPParamterlessURI(String)

Declaration
public static SIPParameterlessURI ParseSIPParamterlessURI(string uri)
Parameters
Type Name Description
System.String uri
Returns
Type Description
SIPParameterlessURI
| Improve this Doc View Source

ToString()

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

Extension Methods

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