[Mono-dev] Socket.IsBound wrong behavior

Robert Jordan robertj at gmx.net
Tue Nov 12 13:20:49 UTC 2013


On 12.11.2013 11:29, Stifu wrote:
> Yeah, sometimes classes are in unexpected folders.
> Socket isn't under System.Net, but just System, for some reason.

The reason is that Socket is implemented in the System assembly.

$(Assembly)/$(Namespace)/$(Class).cs

=>

System/System.Net.Sockets/Socket.cs

Robert




More information about the Mono-devel-list mailing list