13 lines
426 B
C#
Raw Normal View History

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