repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
**** Merged from MCS ****
[mono-project.git]
/
mcs
/
class
/
Microsoft.Web.Services
/
Microsoft.Web.Services.Routing
/
Found.cs
blob
bf5ffb4306dc330b8d23c08193920a3264686fe3
1
//
2
// Microsoft.Web.Services.Routing.Found.cs
3
//
4
// Author: Todd Berman <tberman@gentoo.org>
5
//
6
// (C) 2003 Todd Berman
7
8
using
System
;
9
using
Microsoft
.
Web
.
Services
;
10
11
namespace
Microsoft
.
Web
.
Services
.
Routing
12
{
13
14
public class
Found
15
{
16
private
UriList _uris
=
new
UriList
();
17
18
public
UriList At
{
19
get
{ return _uris; }
20
}
21
}
22
}