2005-06-06 17:16:04 +00:00
<Type Name= "SocketReadFunc" FullName= "Gnome.Vfs.SocketReadFunc" >
<TypeSignature Language= "C#" Value= "public delegate Gnome.Vfs.Result SocketReadFunc(IntPtr connection, IntPtr buffer, long bytes, out long bytes_read);" />
<AssemblyInfo >
<AssemblyName > gnome-vfs-sharp</AssemblyName>
2005-06-17 18:43:30 +00:00
<AssemblyVersion > 2.6.0.0</AssemblyVersion>
2005-06-06 17:16:04 +00:00
</AssemblyInfo>
<Base >
<BaseTypeName > System.Delegate</BaseTypeName>
</Base>
<Parameters >
<Parameter Name= "connection" Type= "System.IntPtr" />
<Parameter Name= "buffer" Type= "System.IntPtr" />
<Parameter Name= "bytes" Type= "System.Int64" />
<Parameter Name= "bytes_read" Type= "System.Int64&" RefType= "out" />
</Parameters>
<ReturnValue >
<ReturnType > Gnome.Vfs.Result</ReturnType>
</ReturnValue>
<Docs >
<param name= "connection" > To be added.</param>
<param name= "buffer" > To be added.</param>
<param name= "bytes" > To be added.</param>
<param name= "bytes_read" > To be added.</param>
<summary > To be added.</summary>
<returns > To be added.</returns>
<remarks > To be added.</remarks>
</Docs>
</Type>