]> git.meshlink.io Git - catta/blob - avahi-sharp/en/Avahi/HostAddressHandler.xml
add docs for avahi-sharp
[catta] / avahi-sharp / en / Avahi / HostAddressHandler.xml
1 <Type Name="HostAddressHandler" FullName="Avahi.HostAddressHandler">
2   <TypeSignature Language="C#" Value="public delegate void HostAddressHandler(object o, string host, System.Net.IPAddress address);" />
3   <AssemblyInfo>
4     <AssemblyName>avahi-sharp</AssemblyName>
5     <AssemblyVersion>1.0.0.0</AssemblyVersion>
6   </AssemblyInfo>
7   <Base>
8     <BaseTypeName>System.Delegate</BaseTypeName>
9   </Base>
10   <Parameters>
11     <Parameter Name="o" Type="System.Object" />
12     <Parameter Name="host" Type="System.String" />
13     <Parameter Name="address" Type="System.Net.IPAddress" />
14   </Parameters>
15   <ReturnValue>
16     <ReturnType>System.Void</ReturnType>
17   </ReturnValue>
18   <Docs>
19     <param name="o">To be added.</param>
20     <param name="host">To be added.</param>
21     <param name="address">To be added.</param>
22     <summary>To be added.</summary>
23     <remarks>To be added.</remarks>
24   </Docs>
25 </Type>