Skip to content

Commit

Permalink
Updated for 0.5 rc release.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed May 2, 2012
1 parent cce90d3 commit 5f323c7
Show file tree
Hide file tree
Showing 169 changed files with 33,779 additions and 0 deletions.
132 changes: 132 additions & 0 deletions docs/api/v0.5.84/SignalR.Client.Http/DefaultHttpClient.htm
@@ -0,0 +1,132 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>DefaultHttpClient - Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link type="text/css" rel="stylesheet" href="../main.css"/>
<script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="../js/navigation.js"></script>
<script type="text/javascript" src="../js/example.js"></script>
</head>
<body>
<header><h1> : API Documentation</h1>
</header>
<nav id="namespaces">
<h2 class="fixed">Namespaces</h2>
<div class="scroll">
<ul>
<li>
<a href="../SignalR/index.htm">SignalR</a>
</li>
<li>
<a href="../SignalR.Client/index.htm">SignalR.Client</a>
</li>
<li>
<a href="../SignalR.Client.Http/index.htm" class="current">SignalR.Client.Http</a>
</li>
<li>
<a href="../SignalR.Client.Hubs/index.htm">SignalR.Client.Hubs</a>
</li>
<li>
<a href="../SignalR.Client.Infrastructure/index.htm">SignalR.Client.Infrastructure</a>
</li>
<li>
<a href="../SignalR.Client.Transports/index.htm">SignalR.Client.Transports</a>
</li>
<li>
<a href="../SignalR.Hosting/index.htm">SignalR.Hosting</a>
</li>
<li>
<a href="../SignalR.Hosting.AspNet/index.htm">SignalR.Hosting.AspNet</a>
</li>
<li>
<a href="../SignalR.Hosting.AspNet.Infrastructure/index.htm">SignalR.Hosting.AspNet.Infrastructure</a>
</li>
<li>
<a href="../SignalR.Hosting.AspNet.Routing/index.htm">SignalR.Hosting.AspNet.Routing</a>
</li>
<li>
<a href="../SignalR.Hosting.Common/index.htm">SignalR.Hosting.Common</a>
</li>
<li>
<a href="../SignalR.Hosting.Common.Routing/index.htm">SignalR.Hosting.Common.Routing</a>
</li>
<li>
<a href="../SignalR.Hosting.Owin/index.htm">SignalR.Hosting.Owin</a>
</li>
<li>
<a href="../SignalR.Hosting.Self/index.htm">SignalR.Hosting.Self</a>
</li>
<li>
<a href="../SignalR.Hosting.Self.Infrastructure/index.htm">SignalR.Hosting.Self.Infrastructure</a>
</li>
<li>
<a href="../SignalR.Hubs/index.htm">SignalR.Hubs</a>
</li>
<li>
<a href="../SignalR.Infrastructure/index.htm">SignalR.Infrastructure</a>
</li>
<li>
<a href="../SignalR.Transports/index.htm">SignalR.Transports</a>
</li>
</ul>
</div>
</nav><nav id="types">
<h2 class="fixed">Types in SignalR.Client.Http</h2>
<div class="scroll">
<ul>
<li>
<a href="../SignalR.Client.Http/DefaultHttpClient.htm" class="current">DefaultHttpClient</a>
</li>
<li>
<a href="../SignalR.Client.Http/HttpWebRequestWrapper.htm">HttpWebRequestWrapper</a>
</li>
<li>
<a href="../SignalR.Client.Http/HttpWebResponseWrapper.htm">HttpWebResponseWrapper</a>
</li>
<li>
<a href="../SignalR.Client.Http/IHttpClient.htm">IHttpClient</a>
</li>
<li>
<a href="../SignalR.Client.Http/IHttpClientExtensions.htm">IHttpClientExtensions</a>
</li>
<li>
<a href="../SignalR.Client.Http/IRequest.htm">IRequest</a>
</li>
<li>
<a href="../SignalR.Client.Http/IResponse.htm">IResponse</a>
</li>
</ul>
</div>
</nav>
<article>
<header>
<p class="class"><strong>Type</strong> DefaultHttpClient</p>
</header>
<section>
<header>
<p><strong>Namespace</strong> SignalR.Client.Http</p>
<p><strong>Interfaces</strong> <a href="../SignalR.Client.Http/IHttpClient.htm">IHttpClient</a></p>
</header>
<div class="sub-header">




</div>



</section>
</article><footer>
<span id="version">Built from v0.5.81.10501 of SignalR.Server</span>
<span id="docu-link">
Generated by <a href="http://docu.jagregory.com">docu</a>
</span>
</footer>
</body>
</html>
173 changes: 173 additions & 0 deletions docs/api/v0.5.84/SignalR.Client.Http/HttpWebRequestWrapper.htm
@@ -0,0 +1,173 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>HttpWebRequestWrapper - Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link type="text/css" rel="stylesheet" href="../main.css"/>
<script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="../js/navigation.js"></script>
<script type="text/javascript" src="../js/example.js"></script>
</head>
<body>
<header><h1> : API Documentation</h1>
</header>
<nav id="namespaces">
<h2 class="fixed">Namespaces</h2>
<div class="scroll">
<ul>
<li>
<a href="../SignalR/index.htm">SignalR</a>
</li>
<li>
<a href="../SignalR.Client/index.htm">SignalR.Client</a>
</li>
<li>
<a href="../SignalR.Client.Http/index.htm" class="current">SignalR.Client.Http</a>
</li>
<li>
<a href="../SignalR.Client.Hubs/index.htm">SignalR.Client.Hubs</a>
</li>
<li>
<a href="../SignalR.Client.Infrastructure/index.htm">SignalR.Client.Infrastructure</a>
</li>
<li>
<a href="../SignalR.Client.Transports/index.htm">SignalR.Client.Transports</a>
</li>
<li>
<a href="../SignalR.Hosting/index.htm">SignalR.Hosting</a>
</li>
<li>
<a href="../SignalR.Hosting.AspNet/index.htm">SignalR.Hosting.AspNet</a>
</li>
<li>
<a href="../SignalR.Hosting.AspNet.Infrastructure/index.htm">SignalR.Hosting.AspNet.Infrastructure</a>
</li>
<li>
<a href="../SignalR.Hosting.AspNet.Routing/index.htm">SignalR.Hosting.AspNet.Routing</a>
</li>
<li>
<a href="../SignalR.Hosting.Common/index.htm">SignalR.Hosting.Common</a>
</li>
<li>
<a href="../SignalR.Hosting.Common.Routing/index.htm">SignalR.Hosting.Common.Routing</a>
</li>
<li>
<a href="../SignalR.Hosting.Owin/index.htm">SignalR.Hosting.Owin</a>
</li>
<li>
<a href="../SignalR.Hosting.Self/index.htm">SignalR.Hosting.Self</a>
</li>
<li>
<a href="../SignalR.Hosting.Self.Infrastructure/index.htm">SignalR.Hosting.Self.Infrastructure</a>
</li>
<li>
<a href="../SignalR.Hubs/index.htm">SignalR.Hubs</a>
</li>
<li>
<a href="../SignalR.Infrastructure/index.htm">SignalR.Infrastructure</a>
</li>
<li>
<a href="../SignalR.Transports/index.htm">SignalR.Transports</a>
</li>
</ul>
</div>
</nav><nav id="types">
<h2 class="fixed">Types in SignalR.Client.Http</h2>
<div class="scroll">
<ul>
<li>
<a href="../SignalR.Client.Http/DefaultHttpClient.htm">DefaultHttpClient</a>
</li>
<li>
<a href="../SignalR.Client.Http/HttpWebRequestWrapper.htm" class="current">HttpWebRequestWrapper</a>
</li>
<li>
<a href="../SignalR.Client.Http/HttpWebResponseWrapper.htm">HttpWebResponseWrapper</a>
</li>
<li>
<a href="../SignalR.Client.Http/IHttpClient.htm">IHttpClient</a>
</li>
<li>
<a href="../SignalR.Client.Http/IHttpClientExtensions.htm">IHttpClientExtensions</a>
</li>
<li>
<a href="../SignalR.Client.Http/IRequest.htm">IRequest</a>
</li>
<li>
<a href="../SignalR.Client.Http/IResponse.htm">IResponse</a>
</li>
</ul>
</div>
</nav>
<article>
<header>
<p class="class"><strong>Type</strong> HttpWebRequestWrapper</p>
</header>
<section>
<header>
<p><strong>Namespace</strong> SignalR.Client.Http</p>
<p><strong>Interfaces</strong> <a href="../SignalR.Client.Http/IRequest.htm">IRequest</a></p>
</header>
<div class="sub-header">



<h3 class="section">Properties</h3>
<ul>
<li><a href="../SignalR.Client.Http/HttpWebRequestWrapper.htm#Accept">Accept</a></li>
<li><a href="../SignalR.Client.Http/HttpWebRequestWrapper.htm#CookieContainer">CookieContainer</a></li>
<li><a href="../SignalR.Client.Http/HttpWebRequestWrapper.htm#Credentials">Credentials</a></li>
<li><a href="../SignalR.Client.Http/HttpWebRequestWrapper.htm#UserAgent">UserAgent</a></li>
</ul>

</div>



<h3 class="section">Public properties</h3>

<div id="Accept" class="method">
<h4>
<span title="System.string">string</span> <strong>Accept</strong> get; set;
</h4>
<div class="content">

</div>
</div>
<div id="CookieContainer" class="method">
<h4>
<span title="System.Net.CookieContainer">CookieContainer</span> <strong>CookieContainer</strong> get; set;
</h4>
<div class="content">

</div>
</div>
<div id="Credentials" class="method">
<h4>
<span title="System.Net.ICredentials">ICredentials</span> <strong>Credentials</strong> get; set;
</h4>
<div class="content">

</div>
</div>
<div id="UserAgent" class="method">
<h4>
<span title="System.string">string</span> <strong>UserAgent</strong> get; set;
</h4>
<div class="content">

</div>
</div>
</section>
</article><footer>
<span id="version">Built from v0.5.81.10501 of SignalR.Server</span>
<span id="docu-link">
Generated by <a href="http://docu.jagregory.com">docu</a>
</span>
</footer>
</body>
</html>

0 comments on commit 5f323c7

Please sign in to comment.