[Mono-list] Socket class

Alan McGovern alan.mcgovern at gmail.com
Mon Nov 24 09:14:45 EST 2008


The best asynchronous class to handle sockets that i know of is the
Socket class, and its BeginXXX.EndXXX methods ;)

Alan.

On Mon, Nov 24, 2008 at 1:29 PM, FractalizeR <FractalizeR at yandex.ru> wrote:
>
>
>
> provvi77 wrote:
>>
>> Hi All, does anybody know a good and simple asynchronous c# class to
>> handle sockets?
>>
>> Thanks
>> Stefano
>>
>
> Why do you need it? Read System.Net.Sockets.Socket.BeginAccept()
> documentation.
> --
> View this message in context: http://www.nabble.com/Socket-class-tp1088504p20660846.html
> Sent from the Mono - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list