Compartilhar via


Como: Especifique um canal em um arquivo de configuração

Because the Listener.exe.config and files Client.exe.config Contain All the informações configuração necessary to make a conexão remota, you can Alterar the canalizar without recompiling Your aplicativo merely by Changing the canalizar specified in the arquivo de configuração.

Para alterar o canal especificado no arquivo de configuração

Dica

You can especificar the Computador name INSTEAD OF localhost, If the remoto is tipo disponível on another Computador.

  1. Alterar o elemento https://msdn.microsoft.com/pt-br/library/c5zztdc3(v=vs.85) < canalizar > no arquivo Listener.exe.config para o seguinte:

    <channel ref="tcp" port="8989"/>
    
  2. Execute novamente o aplicativo de acordo com as instruções de execução anterior. Você não precisará recompilar o aplicativo.

Consulte também

Tarefas

Como: Compilar and Run a Application Remoting Basic

Outros recursos

Criando um aplicativo do Sistema de Interação Remota Basic .NET Framework