Click to Rate and Give Feedback

  Switch on low bandwidth view
IConsoleServices.OpenUrl Method
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)
Visual Basic
Sub OpenUrl ( _
    url As String _
)
C#
void OpenUrl (
    string url
)
C++
void OpenUrl (
    String^ url
)
J#
void OpenUrl (
    String url
)
JScript
function OpenUrl (
    url : String
)

Parameters

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.

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker