GetHostName
The GetHostName function returns the hostname portion of a supplied SIP URI.
Syntax
Copy Code | |
---|---|
string GetHostName( string uri ); |
Parameters
Return Values
Returns the hostname as a string. Returns null if the requested data is not found or if the URI passed in is not a valid SIP URI in the form specified above. Live Communications Server 2003 applications that pass non-SIP URI strings to this function need to be modified to work properly with Office Communications Server 2007.