Get file name from URI

Uri uri = new Uri("http://server/folder/filename.ext");
string filename = Path.GetFileName(uri.LocalPath);