PageRenderTime 43ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/WCFWebApi/prototype/Microsoft.ApplicationServer.HttpEnhancements.Tests/Fakes/TestMessageHandlerFactory.cs

#
C# | 13 lines | 7 code | 3 blank | 3 comment | 0 complexity | e59874faf7c1ce136863d0fd31f4f4c9 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, Apache-2.0
  1. // <copyright>
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. // </copyright>
  4. using Microsoft.ApplicationServer.Http.Channels;
  5. namespace Microsoft.ApplicationServer.HttpEnhancements.Tests
  6. {
  7. public class TestMessageHandlerFactory : HttpMessageHandlerFactory
  8. {
  9. }
  10. }