IConsoleServices.OpenUrl Method
Opens the specified URL in the default browser on the computer running the Windows Home Server Console.
Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)
'Declaration
Sub OpenUrl ( _
url As String _
)
void OpenUrl (
string url
)
void OpenUrl (
String^ url
)
void OpenUrl (
String url
)
function OpenUrl (
url : String
)
- url
A string that contains the URL to open.
When this method is called, the specified URL opens in the default browser on the computer that is running the Windows Home Server Console. In most cases, this is a Windows Home Server client computer that is running the Windows Home Server Console through the Windows Home Server Connector software.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Windows Home Server
IConsoleServices Interface
IConsoleServices Members
Microsoft.HomeServer.Extensibility Namespace