//-----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------
namespace System.IdentityModel.Protocols
{
///
/// The WSMetadataExchangeConstants class contains constants used in the WS-Mex protocol.
///
internal static class WSMetadataExchangeConstants
{
#pragma warning disable 1591
public const string Namespace = "http://schemas.xmlsoap.org/ws/2004/09/mex";
#pragma warning restore 1591
}
}