Re: [Mono-dev] Patch for UnixClient

2006-08-24 Thread Lukas Lipka
Hi, attached is the patch for the UnixClient docs. Cheers, Lukas On Ut, 2006-08-22 at 10:52 -0400, Miguel de Icaza wrote: > Hello, > > > attached is a patch to make UnixClient more TcpClient like on 2.0. > > Mainly needed to make the Client property public. > > This looks good, but please prov

Re: [Mono-dev] Patch for UnixClient

2006-08-22 Thread Miguel de Icaza
Hello, Yes, but you need to fill-in the documentation, so that we actually have some docs ;-) ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Patch for UnixClient

2006-08-22 Thread Joe Shaw
Hi, On Mon, 2006-08-21 at 22:44 +0200, Lukas Lipka wrote: > attached is a patch to make UnixClient more TcpClient like on 2.0. > Mainly needed to make the Client property public. Would it violate any current API/ABI restrictions to change Client from protected to public and add Available and Conn

Re: [Mono-dev] Patch for UnixClient

2006-08-22 Thread Miguel de Icaza
Hello, > attached is a patch to make UnixClient more TcpClient like on 2.0. > Mainly needed to make the Client property public. This looks good, but please provide also a patch for the documentation in monodoc/class that would reflect these changes. You can use `monodocer' to update the particul

[Mono-dev] Patch for UnixClient

2006-08-21 Thread Lukas Lipka
Hi, attached is a patch to make UnixClient more TcpClient like on 2.0. Mainly needed to make the Client property public. Cheers, Lukas Index: class/Mono.Posix/Mono.Unix/UnixClient.cs === --- class/Mono.Posix/Mono.Unix/UnixClient.cs (