žКлієнт – програмна конфігурація
ž
žusing System.Runtime.Remoting;
žusing System.Runtime.Remoting.Channels;
žusing System.Runtime.Remoting.Channels.Tcp;
ž
ž// Створюємо і реєструємо канал
žTcpClientChannel channel = new TcpClientChannel();
žChannelServices.RegisterChannel(channel, false);
ž
ž// Реєструємо об'єкт RemotingConfiguration.RegisterWellKnownClientType(typeof(Multiplier), "tcp://localhost:8005/Multiplier.rem");