Comment : Configurer un canal dans un fichier de configuration
Cet exemple de code illustre la configuration d'un canal dans un fichier de configuration dans un élément <channel>. Pour spécifier un modèle qui utilise un type figurant dans le Global Assembly Cache, vous devez inclure toutes les informations se rapportant au versioning et à l'affectation de nom fort, de manière à garantir la liaison au type approprié.
Exemple
<channel
name="MyCustomChannel"
priority="2"
type="CustomChannelName, CustomAssembly, Version=1.0.6940.0, Culture=neutral, PublicKeyToken=somepublickeystring"
/>