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

# · C# · 13 lines · 7 code · 3 blank · 3 comment · 0 complexity · e59874faf7c1ce136863d0fd31f4f4c9 MD5 · raw file

  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. }