Exemplo n.º 1
0
			public void SetUp()
			{
				_route = new Route.Routing.Route("name", Guid.NewGuid(), "route");
				_route.RestrictByRefererUrlAuthorities((IEnumerable<string>)new[] { "authority1", "authority2" });
				_route.RestrictByRefererUrlAuthorities("authority1", "authority2");
			}