15 lines
582 B
C#
15 lines
582 B
C#
|
//------------------------------------------------------------------------------
|
||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
namespace System.ServiceModel.Configuration
|
||
|
{
|
||
|
using System.Configuration;
|
||
|
using System.ServiceModel;
|
||
|
using System.Globalization;
|
||
|
using System.ServiceModel.Description;
|
||
|
|
||
|
public partial class ServiceMetadataEndpointCollectionElement : StandardEndpointCollectionElement<ServiceMetadataEndpoint, ServiceMetadataEndpointElement>
|
||
|
{
|
||
|
}
|
||
|
}
|