IAdphManager Interface

Definition

Manages an application domain protocol handler.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IAdphManager
public interface IAdphManager
type IAdphManager = interface
Public Interface IAdphManager
Derived

Remarks

IAdphManager is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.

Methods

StartAppDomainProtocolListenerChannel(String, String, IListenerChannelCallback)

This API supports the product infrastructure and is not intended to be used directly from your code.

Starts an application domain protocol listener channel.

StopAppDomainProtocol(String, String, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Stops an application domain protocol listener channel.

StopAppDomainProtocolListenerChannel(String, String, Int32, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Stops an application domain protocol listener channel.

Applies to