Add Buffer provider

This commit is contained in:
Jerrie Pelser
2014-08-21 08:31:01 +07:00
parent fbe5f15148
commit e8a6aab0fa
14 changed files with 636 additions and 0 deletions

View File

@@ -57,6 +57,15 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Buffer\BufferAuthenticationExtensions.cs" />
<Compile Include="Buffer\BufferAuthenticationHandler.cs" />
<Compile Include="Buffer\BufferAuthenticationMiddleware.cs" />
<Compile Include="Buffer\BufferAuthenticationOptions.cs" />
<Compile Include="Buffer\Constants.cs" />
<Compile Include="Buffer\Provider\BufferAuthenticatedContext.cs" />
<Compile Include="Buffer\Provider\BufferAuthenticationProvider.cs" />
<Compile Include="Buffer\Provider\BufferReturnEndpointContext.cs" />
<Compile Include="Buffer\Provider\IBufferAuthenticationProvider.cs" />
<Compile Include="GitHub\Constants.cs" />
<Compile Include="GitHub\GitHubAuthenticationExtensions.cs" />
<Compile Include="GitHub\GitHubAuthenticationHandler.cs" />