/WCFWebApi/prototype/Microsoft.ApplicationServer.HttpEnhancements.Tests/Fakes/TestMessageHandlerFactory.cs
# · C# · 13 lines · 7 code · 3 blank · 3 comment · 0 complexity · e59874faf7c1ce136863d0fd31f4f4c9 MD5 · raw file
- // <copyright>
- // Copyright (c) Microsoft Corporation. All rights reserved.
- // </copyright>
-
- using Microsoft.ApplicationServer.Http.Channels;
-
- namespace Microsoft.ApplicationServer.HttpEnhancements.Tests
- {
- public class TestMessageHandlerFactory : HttpMessageHandlerFactory
- {
-
- }
- }