Upgraded nuget packages, Ninject 3, SignalR 5

This commit is contained in:
Mark McDowall
2012-11-03 11:23:47 -07:00
parent 8f0d22e47d
commit 64468cd9ed
489 changed files with 293885 additions and 30058 deletions
@@ -0,0 +1,66 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>SignalR.Hosting.Common</name>
</assembly>
<members>
<member name="T:SignalR.GlobalHost">
<summary>
Provides access to default host information.
</summary>
</member>
<member name="P:SignalR.GlobalHost.DependencyResolver">
<summary>
Gets or sets the the default <see cref="T:SignalR.IDependencyResolver"/>
</summary>
</member>
<member name="P:SignalR.GlobalHost.Configuration">
<summary>
Gets the default <see cref="T:SignalR.IConfigurationManager"/>
</summary>
</member>
<member name="P:SignalR.GlobalHost.ConnectionManager">
<summary>
Gets the default <see cref="T:SignalR.IConnectionManager"/>
</summary>
</member>
<member name="P:SignalR.Hosting.Common.Host.DependencyResolver">
<summary>
Gets the <see cref="T:SignalR.IDependencyResolver"/> for this host.
</summary>
</member>
<member name="P:SignalR.Hosting.Common.Host.ConnectionManager">
<summary>
Gets the <see cref="T:SignalR.IConnectionManager"/> for this host.
</summary>
</member>
<member name="P:SignalR.Hosting.Common.Host.Configuration">
<summary>
Gets the <see cref="T:SignalR.IConfigurationManager"/> for this host.
</summary>
</member>
<member name="T:SignalR.Infrastructure.UriQueryUtility">
<summary>
Helpers for encoding, decoding, and parsing URI query components.
</summary>
</member>
<member name="M:SignalR.Hosting.Common.RoutingHost.MapHubs">
<summary>
Map the <see cref="!:HubDisptcher"/> to the default hub url (~/signalr)
</summary>
</member>
<member name="M:SignalR.Hosting.Common.RoutingHost.MapHubs(System.String)">
<summary>
Maps the <see cref="!:HubDisptcher"/> to the specified path.
</summary>
<param name="path">The path of the <see cref="!:HubDisptcher"/></param>
</member>
<member name="M:SignalR.Hosting.Common.RoutingHost.MapConnection``1(System.String)">
<summary>
Maps the url to the specified <see cref="T:SignalR.PersistentConnection"/>.
</summary>
<typeparam name="TConnection">The type of <see cref="T:SignalR.PersistentConnection"/></typeparam>
<param name="path">The path of <see cref="T:SignalR.PersistentConnection"/></param>
</member>
</members>
</doc>