Bonjour,
In Ingo Rammer's book - Advanced .NET Remoting - chapter 13, there is an excellent sample of compression sink. It even mentioned how to make the server support both compressed and uncompressed data in the same time. If the server receives client's compressed messages, it replies with compressed messages too, and vice versa.
In Ingo Rammer's book, the compression sink provider is configured in the configuration file. As long as it is in the configuration file, it will always be used.
Le problème est que je veux configuer mon application sans l'utilisation d'un fichier de config.
C à d dans le code source. Car je veux modifier les paramètres de configuration de l'application de l'exterieur, c à d à partir d'un fichier .txt.
Est-il possible de le faire? et s'il est possible, comment le faire alors?
Ou bien est-il possible de modifier le fichier App.conf sans lui accéder?