Skip to content

Commit 37c2c39

Browse files
authored
Fix summary to indicate setter (#3302)
1 parent f967bff commit 37c2c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
<ReturnType>System.Xml.XmlDictionaryReaderQuotas</ReturnType>
670670
</ReturnValue>
671671
<Docs>
672-
<summary>Gets constraints on the complexity of XML messages that can be processed by endpoints configured with this binding element.</summary>
672+
<summary>Gets or sets constraints on the complexity of XML messages that can be processed by endpoints configured with this binding element.</summary>
673673
<value>The <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> that specifies the complexity constraints on SOAP messages exchanged. The default values for these constraints are provided in the following remarks section.</value>
674674
<remarks>
675675
<format type="text/markdown"><![CDATA[
@@ -687,7 +687,7 @@
687687
688688
- <xref:System.Xml.XmlDictionaryReaderQuotas.MaxNameTableCharCount%2A> = 16384
689689
690-
690+
This property has a public setter since .NET Framework 4.0.
691691
692692
## Examples
693693
[!code-csharp[S_UE_BinaryMessageEncodingBindingElement#6](~/samples/snippets/csharp/VS_Snippets_CFX/s_ue_binarymessageencodingbindingelement/cs/program.cs#6)]

0 commit comments

Comments
 (0)