Share via


ManagementChannel(Connection, ConnectionInfo) Constructor

Definition

Initializes a new instance of the ManagementChannel class.

protected:
 ManagementChannel(Microsoft::Web::Management::Client::Connection ^ connection, Microsoft::Web::Management::Client::ConnectionInfo ^ connectionInfo);
protected ManagementChannel (Microsoft.Web.Management.Client.Connection connection, Microsoft.Web.Management.Client.ConnectionInfo connectionInfo);
new Microsoft.Web.Management.Client.ManagementChannel : Microsoft.Web.Management.Client.Connection * Microsoft.Web.Management.Client.ConnectionInfo -> Microsoft.Web.Management.Client.ManagementChannel

Parameters

connection
Connection

Represents a connection to an application, server, or site.

connectionInfo
ConnectionInfo

Information about a connection in a serializable form.

Remarks

Developers can get the values of the connection and connectionInfo parameters by using the Connection and ConnectionInfo properties.

Applies to