Partilhar via


AppDomainProtocolHandler.StartListenerChannel Método

Definição

Inicia um canal ouvinte do protocolo.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 abstract void StartListenerChannel(System::Web::Hosting::IListenerChannelCallback ^ listenerChannelCallback);
public abstract void StartListenerChannel (System.Web.Hosting.IListenerChannelCallback listenerChannelCallback);
abstract member StartListenerChannel : System.Web.Hosting.IListenerChannelCallback -> unit
Public MustOverride Sub StartListenerChannel (listenerChannelCallback As IListenerChannelCallback)

Parâmetros

listenerChannelCallback
IListenerChannelCallback

O retorno de chamada para o canal do ouvinte.

Aplica-se a