Fixing compilation warnings

This commit is contained in:
Sebastien Ros
2014-02-04 11:58:27 -08:00
parent 79a210a179
commit 77b551d24b
3 changed files with 21 additions and 13 deletions

View File

@@ -108,21 +108,28 @@
<returns>A buffered output stream.</returns> <returns>A buffered output stream.</returns>
<param name="response">The response.</param> <param name="response">The response.</param>
</member> </member>
<member name="T:System.Web.Http.WebHost.WebHostPrincipalService"> <member name="T:System.Web.Http.WebHost.WebHostExceptionCatchBlocks">
<summary>Represents the webhost principal service.</summary> <summary>Provides the catch blocks used within this assembly.</summary>
</member> </member>
<member name="M:System.Web.Http.WebHost.WebHostPrincipalService.#ctor"> <member name="P:System.Web.Http.WebHost.WebHostExceptionCatchBlocks.HttpControllerHandlerBufferContent">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.WebHost.WebHostPrincipalService" /> class.</summary> <summary>Gets the label for the catch block in System.Web.Http.WebHost.HttpControllerHandler.WriteBufferedResponseContentAsync.</summary>
<returns>The label for the catch block in System.Web.Http.WebHost.HttpControllerHandler.WriteBufferedResponseContentAsync.</returns>
</member> </member>
<member name="M:System.Web.Http.WebHost.WebHostPrincipalService.GetCurrentPrincipal(System.Net.Http.HttpRequestMessage)"> <member name="P:System.Web.Http.WebHost.WebHostExceptionCatchBlocks.HttpControllerHandlerBufferError">
<summary>Returns the current principal associated with the webhost.</summary> <summary>Gets the label for the catch block in System.Web.Http.WebHost.HttpControllerHandler.WriteErrorResponseContentAsync.</summary>
<returns>The current principal associated with the webhost.</returns> <returns>The label for the catch block in System.Web.Http.WebHost.HttpControllerHandler.WriteErrorResponseContentAsync.</returns>
<param name="request">the request message.</param>
</member> </member>
<member name="M:System.Web.Http.WebHost.WebHostPrincipalService.SetCurrentPrincipal(System.Security.Principal.IPrincipal,System.Net.Http.HttpRequestMessage)"> <member name="P:System.Web.Http.WebHost.WebHostExceptionCatchBlocks.HttpControllerHandlerComputeContentLength">
<summary>Sets the current principal associated with the webhost.</summary> <summary>Gets the label for the catch block in System.Web.Http.WebHost.HttpControllerHandler.ComputeContentLength.</summary>
<param name="principal">The principal.</param> <returns>The label for the catch block in System.Web.Http.WebHost.HttpControllerHandler.ComputeContentLength.</returns>
<param name="request">The request message.</param> </member>
<member name="P:System.Web.Http.WebHost.WebHostExceptionCatchBlocks.HttpControllerHandlerStreamContent">
<summary>Gets the label for the catch block in System.Web.Http.WebHost.HttpControllerHandler.WriteStreamedResponseContentAsync.</summary>
<returns>The label for the catch block in System.Web.Http.WebHost.HttpControllerHandler.WriteStreamedResponseContentAsync.</returns>
</member>
<member name="P:System.Web.Http.WebHost.WebHostExceptionCatchBlocks.HttpWebRoute">
<summary>Gets the label for the catch block in System.Web.Http.WebHost.WebHostExceptionCatchBlocks.HttpWebRoute.GetRouteData.</summary>
<returns>The catch block in System.Web.Http.WebHost.WebHostExceptionCatchBlocks.HttpWebRoute.GetRouteData.</returns>
</member> </member>
</members> </members>
</doc> </doc>

View File

@@ -123,7 +123,8 @@
<Reference Include="System.Web.Http"> <Reference Include="System.Web.Http">
<HintPath>..\..\lib\aspnetwebapi\System.Web.Http.dll</HintPath> <HintPath>..\..\lib\aspnetwebapi\System.Web.Http.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Web.Http.WebHost"> <Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\aspnetwebapi\System.Web.Http.WebHost.dll</HintPath> <HintPath>..\..\lib\aspnetwebapi\System.Web.Http.WebHost.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">