ManagementChannel Class

IIS 7.0
 

Provides the base class for remoting channels.

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

System.Object
  Microsoft.Web.Management.Client.ManagementChannel

public abstract class ManagementChannel

NameDescription
System_CAPS_protmethodManagementChannel(Connection, ConnectionInfo)

Initializes a new instance of the ManagementChannel class.

NameDescription
System_CAPS_protpropertyConnection

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

System_CAPS_protpropertyConnectionInfo

Gets information about a connection in a serializable form.

NameDescription
System_CAPS_protmethodDownloadAssembly(AssemblyDownloadInfo, String)

When overridden in a derived class, downloads the assembly to the specified path.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInvoke(String, String, Object[])

When overridden in a derived class, calls the specified method in the remote service.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The ManagementChannel class supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Because this class is abstract, you cannot create an instance of it directly.

When you inherit from ManagementChannel, you must override the following members: DownloadAssembly and Invoke.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: