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
Alterar o canalizar para um objeto https://msdn.microsoft.com/pt-br/library/ccsy6f06(v=vs.85) TcpChannel, que usa binário serialização Por padrão, alterando o elemento no arquivo https://msdn.microsoft.com/pt-br/library/412kxkwh(v=vs.85)Client.exe.config < wellknown > para o seguinte:
<wellknown type="RemotableType, RemotableType" url="tcp://localhost:8989/RemotableType.rem" />
Dica
You can especificar the Computador name INSTEAD OF localhost, If the remoto is tipo disponível on another Computador.
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"/>
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