//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { static class ByteStreamConfigurationStrings { internal const string ReaderQuotas = "readerQuotas"; internal const string BindingElementType = "bindingElementType"; } }