/WCFWebApi/src/Microsoft.ApplicationServer.Http/Microsoft/ApplicationServer/Http/Configuration/HttpEndpointCollectionElement.cs
# · C# · 16 lines · 8 code · 2 blank · 6 comment · 0 complexity · 00507956a61b099a96ab31f82d2b4468 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="HttpEndpointElement"/> instances.
- /// </summary>
- public class HttpEndpointCollectionElement : StandardEndpointCollectionElement<HttpEndpoint, HttpEndpointElement>
- {
- }
- }