Method | Description | |
---|---|---|
Compare ( |
Helper function to compares this SIPURI to another specified SIPURI.
|
|
Dup ( ) : |
Clones this SIPURI and returns a new SIPURI
|
|
Hash ( ) : string |
Returns a md5 hash based on the lowercased string contents of this SIPURI.
|
|
HostPort ( ) : string |
Helper function returning a string combining the SIPURI's host and port.
|
|
SIPURI ( ) : System |
Initializes an empty instance of the T:SIPLib.SIP.SIPURI class.
|
|
SIPURI ( string uri ) : System |
Initializes a new instance of the T:SIPLib.SIP.SIPURI class.
|
|
SIPURI ( string uri, bool useRegex ) : System | ||
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Method | Description | |
---|---|---|
GetMd5Hash ( MD5 md5Hash, string input ) : string |
Helper function used to get the MD5 hash of the inputed string using the MD5 object passed in.
|
|
Init ( ) : void |
Initializes the SIPURI object
|
|
nonRegExpInit ( string uri ) : void | ||
regExInit ( string uri ) : void |
public SIPURI ( string uri ) : System | ||
uri | string | A string representing a SIP URI. |
return | System |
public SIPURI ( string uri, bool useRegex ) : System | ||
uri | string | |
useRegex | bool | |
return | System |