[Mono-list] Dispose() method in the UdpClient class
Met @ Uber
met@uberstats.com
Tue, 14 Oct 2003 17:36:51 -0400
On Tue, 2003-10-14 at 02:43, Gonzalo Paniagua Javier wrote:
> El mar, 14-10-2003 a las 08:11, Giuseppe Greco escribió:
>
> > 1. Isn't Socket a managed resource?
>
> The Socket class holds a socket, that is an unmanaged resource. That's
> why it's better to Close it explicitly instead of letting the GC do it.
>
> -Gonzalo
What's the difference between managed/unmanaged resources?
...Just trying to learn.
~ Matthew