/WCFWebApi/src/Microsoft.ApplicationServer.Http/Microsoft/ApplicationServer/Http/Configuration/HttpMemoryEndpointCollectionElement.cs
# · C# · 16 lines · 8 code · 2 blank · 6 comment · 0 complexity · 6deac0d12038421da37e490ccc982443 MD5 · raw file
- // <copyright>
- // Copyright (c) Microsoft Corporation. All rights reserved.
- // </copyright>
-
- namespace Microsoft.ApplicationServer.Http.Configuration
- {
- using System.ServiceModel.Configuration;
- using Microsoft.ApplicationServer.Http.Description;
-
- /// <summary>
- /// Class that provides a collection of <see cref="HttpMemoryEndpointElement"/> instances.
- /// </summary>
- public class HttpMemoryEndpointCollectionElement : StandardEndpointCollectionElement<HttpMemoryEndpoint, HttpMemoryEndpointElement>
- {
- }
- }