Mono.Zeroconf – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Namespace Name="Mono.Zeroconf.Providers">
2 <Docs>
3 <summary>API for implementing new Zeroconf/mDNS providers, such as Bonjour and Avahi.</summary>
4 <remarks>
5 <para>Zeroconf providers for Mono.Zeroconf are written as plugins. Provider assemblies are loaded at runtime by Mono.Zeroconf.</para>
6 <para>Each provider must implement a plugin &quot;entry point&quot; by implementing <see cref="T:Mono.Zeroconf.Providers.IZeroconfProvider" />, providing classes that implement interfaces from <see cref="N:Mono.Zeroconf" />, and applying the assembly level attribute, <see cref="T:Mono.Zeroconf.Providers.ZeroconfProviderAttribute" /> to the provider assembly.</para>
7 </remarks>
8 </Docs>
9 </Namespace>