Beispiel #1
0
        public void TestAsync()
        {
            var ar  = new AsyncXmlResolver();
            var uri = new Uri("http://www.mono-project.com");

            ar.GetEntityAsync(uri, null, typeof(string));
        }
Beispiel #2
0
		public void TestAsync ()
		{
			var ar = new AsyncXmlResolver ();
			var uri = new Uri ("http://www.mono-project.com");
			ar.GetEntityAsync (uri, null, typeof(string));
		}