File: System\ServiceModel\Configuration\ByteStreamConfigurationStrings.cs | |
Project: ndp\cdf\src\NetFx40\System.ServiceModel.Channels\System.ServiceModel.Channels.csproj (System.ServiceModel.Channels) |
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { static class ByteStreamConfigurationStrings { internal const string ReaderQuotas = "readerQuotas"; internal const string BindingElementType = "bindingElementType"; } } |