Public Methods (see also Protected Methods )

  Name Description
AddHeader Add a header to the URI.
AddParameter Add a parameter to the URI.
CheckHostName Returns the UriHostNameType enumeration member for a host name specified as a string.
CompareEqual Compares two URIs for equality.
Equals Overloaded. Overridden. Compares two SIP URIs for equality.
FindHeader Return the header-specific header matching with name.
FindParameter Return the header-specific parameter matching with name.
GetHashCode Overridden. Returns a hash value for the current Name object.
GetHeaders Gets the header collection of the URI.
GetParameters Gets a collection of SIP URI parameters or null if the URI cannot be parsed.
GetType  (inherited from Object )
op_Equality Compares two URIs for equality.
op_Implicit Returns the implicit conversion operator from a string to a Uri object.
op_Inequality Compares two URIs for inequality.
ReferenceEquals  (inherited from Object )
RemoveHeader Removes a header from the URI.
RemoveParameter Add a parameter to the URI.
ToString Overridden. Gets the URI as a string.
TryParse Creates a Uri object from a URI string.

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

See Also