<byteStreamMessageEncoding>

Specifies the message encoding as a stream of bytes, with the option to specify the character encoding.

<configuration>
  <system.serviceModel>
    <bindings>
      <customBinding>
        <binding>
          <byteStreamMessageEncoding>

Syntax

<byteStreamMessageEncoding />

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
messageVersion Specifies the SOAP version of the messages sent using the binding. This property can only be set to the message version value of None. The byte stream message encoder does not support any other message versions.

This attribute is of type MessageVersion.

Child Elements

Element Description
<readerQuotas> Defines the constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding. This element is of type XmlDictionaryReaderQuotasElement.

Parent Elements

Element Description
<binding> Defines all binding capabilities of the custom binding.

See also