Skip to content

Instantly share code, notes, and snippets.

@GouriKumari
Created November 16, 2015 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GouriKumari/052d1255dc8c42dfb68a to your computer and use it in GitHub Desktop.
Save GouriKumari/052d1255dc8c42dfb68a to your computer and use it in GitHub Desktop.
Application Output
Launching 'HttpAsyncTest' on 'iPhone6 iOS 9.1'...
Launched 'HttpAsyncTest' successfully on 'iPhone6 iOS 9.1'...
Loaded assembly: /Users/gourikumari/Library/Developer/CoreSimulator/Devices/572BA31C-7311-4DCF-A80E-33ED0B085887/data/Containers/Bundle/Application/14EB2990-EA3C-4922-AC21-30EBEAE9BE88/HttpAsyncTest.app/monotouch.dll [External]
Thread started: #2
Loaded assembly: /Users/gourikumari/Library/Developer/CoreSimulator/Devices/572BA31C-7311-4DCF-A80E-33ED0B085887/data/Containers/Bundle/Application/14EB2990-EA3C-4922-AC21-30EBEAE9BE88/HttpAsyncTest.app/HttpAsyncTest.exe
Loaded assembly: /Users/gourikumari/Library/Developer/CoreSimulator/Devices/572BA31C-7311-4DCF-A80E-33ED0B085887/data/Containers/Bundle/Application/14EB2990-EA3C-4922-AC21-30EBEAE9BE88/HttpAsyncTest.app/HttpAsyncLibrary.dll [External]
Loaded assembly: /Users/gourikumari/Library/Developer/CoreSimulator/Devices/572BA31C-7311-4DCF-A80E-33ED0B085887/data/Containers/Bundle/Application/14EB2990-EA3C-4922-AC21-30EBEAE9BE88/HttpAsyncTest.app/System.Net.Http.dll [External]
Loaded assembly: /Users/gourikumari/Library/Developer/CoreSimulator/Devices/572BA31C-7311-4DCF-A80E-33ED0B085887/data/Containers/Bundle/Application/14EB2990-EA3C-4922-AC21-30EBEAE9BE88/HttpAsyncTest.app/System.dll [External]
Loaded assembly: /Users/gourikumari/Library/Developer/CoreSimulator/Devices/572BA31C-7311-4DCF-A80E-33ED0B085887/data/Containers/Bundle/Application/14EB2990-EA3C-4922-AC21-30EBEAE9BE88/HttpAsyncTest.app/System.Core.dll [External]
2015-11-16 14:05:46.546 HttpAsyncTest[32493:1220387] Could not find `System.Threading.Tasks` referenced by assembly `HttpAsyncLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null`.
Thread started: #3
Thread started: <Thread Pool> #4
Thread started: <Thread Pool> #5
Thread started: <Thread Pool> #6
Thread started: <Thread Pool> #7
Thread started: <Thread Pool> #8
Thread started: <Thread Pool> #9
2015-11-16 14:05:58.274 HttpAsyncTest[32493:1220540] <!doctype html>
<html>
<head>
<title>Example Domain</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
body {
background-color: #f0f0f2;
margin: 0;
padding: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
width: 600px;
margin: 5em auto;
padding: 50px;
background-color: #fff;
border-radius: 1em;
}
a:link, a:visited {
color: #38488f;
text-decoration: none;
}
@media (max-width: 700px) {
body {
background-color: #fff;
}
div {
width: auto;
margin: 0 auto;
border-radius: 0;
padding: 1em;
}
}
</style>
</head>
<body>
<div>
<h1>Example[0:] <!doctype html>
<html>
<head>
<title>Example Domain</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
body {
background-color: #f0f0f2;
margin: 0;
padding: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
width: 600px;
margin: 5em auto;
padding: 50px;
background-color: #fff;
border-radius: 1em;
}
a:link, a:visited {
color: #38488f;
text-decoration: none;
}
@media (max-width: 700px) {
body {
background-color: #fff;
}
div {
width: auto;
margin: 0 auto;
border-radius: 0;
padding: 1em;
}
}
</style>
</head>
<body>
<div>
<h1>Example Domain</h1>
<p>This domain is established to be used for illustrative examples in documents. You may use this
domain in examples without prior coordination or asking for permission.</p>
<p><a href="http://www.iana.org/domains/example">More information...</a></p>
</div>
</body>
</html>
Domain</h1>
<p>This domain is established to be used for illustrative examples in documents. You may use this
domain in examples without prior coordination or asking for permission.</p>
<p><a href="http://www.iana.org/domains/example">More information...</a></p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment