SORU
26 Ocak 2009, PAZARTESİ


Host yerine Urı

Ne bir Urı kullanarak ev sahibi olan parçanın değiştirilmesi en güzel yolu .NET?

I. e.:

string ReplaceHost(string original, string newHostName);
//...
string s = ReplaceHost("http://oldhostname/index.html", "newhostname");
Assert.AreEqual("http://newhostname/index.html", s);
//...
string s = ReplaceHost("http://user:pass@oldhostname/index.html", "newhostname");
Assert.AreEqual("http://user:pass@newhostname/index.html", s);
//...
string s = ReplaceHost("ftp://user:pass@oldhostname", "newhostname");
Assert.AreEqual("ftp://user:pass@newhostname", s);
//etc.

Sistem.Uri çok yardımcı olacak gibi görünmüyor.

CEVAP
26 Ocak 2009, PAZARTESİ


System.UriBuilder sonra ne

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • BuzzFeedVideo

    BuzzFeedVide

    10 AĞUSTOS 2011
  • dougownsall

    dougownsall

    7 EKİM 2007
  • TastyTuts | Creative video tutorials by Gareth David

    TastyTuts |

    6 Temmuz 2011