IConnectionBuilder Interface

 

Defines a new connection to the host.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

public interface IConnectionBuilder

NameDescription
System_CAPS_pubmethodBuildConnection(IServiceProvider, ConnectionInfo, Exception)

Creates a new connection by using existing connection information.

System_CAPS_pubmethodBuildConnection(IServiceProvider, ManagementScope)

Creates a new connection.

System_CAPS_pubmethodBuildFavorite(IServiceProvider, ManagementScope)

Creates a new connection and adds it to the favorites.

You can use the IConnectionBuilder interface to create a logon for the user interface.

Return to top
Show: