Skip to content

Commit 3553a50

Browse files
davidbroetjeRon Petrusha
authored andcommitted
Fix typos (dotnet#1499)
* Fix typos * Update xml/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.xml Co-Authored-By: davidbroetje <[email protected]>
1 parent b364740 commit 3553a50

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
@@ -36,7 +36,7 @@
3636
## Remarks
3737
Encoding is the process of transforming a message into a sequence of bytes. Decoding is the reverse process. Windows Communication Foundation (WCF) includes three types of encoding for SOAP messages: Text, Binary and Message Transmission Optimization Mechanism (MTOM).
3838
39-
The <xref:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement> is the binding element that specified the .NET Binary Format for XML should be used for encoding messages, and has options to specify the character encoding and the SOAP and WS-Addressing version to be used. Binary encoding is most efficient but least interoperable of the encoding options.
39+
<xref:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement> is the binding element that specifies that the .NET Binary Format for XML should be used for encoding messages. It has options to specify the character encoding and the SOAP and WS-Addressing version to be used. Binary encoding is the most efficient but least interoperable of the encoding options.
4040
4141
For more information about the binding element that specifies messages are encoded using a textual representation of XML, see <xref:System.ServiceModel.Channels.TextMessageEncodingBindingElement>.
4242
@@ -821,4 +821,4 @@
821821
</Docs>
822822
</Member>
823823
</Members>
824-
</Type>
824+
</Type>

0 commit comments

Comments
 (0)