<byteStreamMessageEncoding>
Especifica a codificação de mensagem como um fluxo de bytes, com a opção de especificar a codificação de caracteres.Specifies the message encoding as a stream of bytes, with the option to specify the character encoding.
<configuration>
<system.serviceModel>
<bindings>
<customBinding>
<binding>
<byteStreamMessageEncoding>
SyntaxSyntax
<byteStreamMessageEncoding />
Atributos e elementosAttributes and Elements
As seções a seguir descrevem atributos, elementos filho e elementos pai.The following sections describe attributes, child elements, and parent elements.
AtributosAttributes
AtributoAttribute | DescriçãoDescription |
---|---|
messageVersionmessageVersion | Especifica a versão SOAP das mensagens enviadas usando a associação.Specifies the SOAP version of the messages sent using the binding. Essa propriedade só pode ser definida como o valor de versão da mensagem de None .This property can only be set to the message version value of None. O codificador de mensagens de fluxo de bytes não oferece suporte a outras versões de mensagem.The byte stream message encoder does not support any other message versions. Esse atributo é do tipo MessageVersion .This attribute is of type MessageVersion. |
Elementos filhoChild Elements
ElementoElement | DescriçãoDescription |
---|---|
<readerQuotas> | Define as restrições sobre a complexidade de mensagens SOAP que podem ser processadas por pontos de extremidade configurados com essa associação.Defines the constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding. Esse elemento é do tipo XmlDictionaryReaderQuotasElement .This element is of type XmlDictionaryReaderQuotasElement. |
Elementos paiParent Elements
ElementoElement | DescriçãoDescription |
---|---|
<binding> | Define todos os recursos de associação da associação personalizada.Defines all binding capabilities of the custom binding. |
Consulte tambémSee also
- ByteStreamMessageEncodingElement
- CustomBinding
- MessageEncodingBindingElement
- ByteStreamMessageEncodingBindingElement
- Decodificador de mensagensMessage Encoding
- Escolhendo um codificador de mensagemChoosing a Message Encoder
- AssociaçõesBindings
- Estendendo associaçõesExtending Bindings
- Associações personalizadasCustom Bindings
- <customBinding>