IVsProjectServerHost Interface
Visual Studio 2015
Enables a project to start or stop its hosted server.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetServerUrl(String) | Gets the URL of the hosted server. |
![]() | IsServerRunning(Int32) | Determines whether the hosted server is running. |
![]() | StartServer(String, UInt32) | Creates a process for a hosted server. |
![]() | StopServer() | Stops a hosted server |
This interface should be implemented by a project system that hosts a server (such as a Web Site project that hosts a Web Server). It enables a third party to programmatically ask a project to start/stop its hosted server.
This interface is optional and is retrieved using QueryInterface from the IVsHierarchy interface of a project.
Show:
