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)
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
|
Improve this Doc
View Source
URI
Declaration
[DataMember]
public SIPURI URI { get; set; }
Property Value
|
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
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
|
Improve this Doc
View Source
ToString()
Declaration
Returns
Type |
Description |
System.String |
|
Extension Methods