All These Things That I've Done

Apply the programming model to everyday programming problems
posts - 83, comments - 71, trackbacks - 4

My Links

News


View Gianluca Carucci's profile on LinkedIn

Tag Cloud

Archives

Post Categories

Image Galleries

Blogs

Links

IPEndPoint.Create(SocketAddress), perchè è un Instance Method????

Evidentemente non sono l'unico a essermi fatto questa domanda....

 Dando un'occhiata al codice di Mono, nell'implementazione della proprietà LocalEndPoint e RemoteEndPoint si può notare il seguente codice (e i commenti) :

"...

if(sa.Family==AddressFamily.InterNetwork || sa.Family==AddressFamily.InterNetworkV6 ) {

// Stupidly, EndPoint.Create() is an

// instance method

return new IPEndPoint(0, 0).Create(sa);

}

..."

Chissà se chi ha progettato (o implementato) la classe IPEndPoint lavora ancora in Microsoft:P

Print | posted on martedì 27 luglio 2004 18:28 | Filed Under [ Design Guidelines C# Inside .NET ]

Powered by:
Powered By Subtext Powered By ASP.NET