ByteStreamMessageEncodingBindingElement Classe
Definição
O elemento de associação que especifica a codificação de mensagens como um fluxo de bytes, com a opção de especificar a codificação de caracteres.The binding element that specifies the message encoding as a stream of bytes and has the option to specify the character encoding.
public ref class ByteStreamMessageEncodingBindingElement sealed : System::ServiceModel::Channels::MessageEncodingBindingElement
public sealed class ByteStreamMessageEncodingBindingElement : System.ServiceModel.Channels.MessageEncodingBindingElement
type ByteStreamMessageEncodingBindingElement = class
inherit MessageEncodingBindingElement
Public NotInheritable Class ByteStreamMessageEncodingBindingElement
Inherits MessageEncodingBindingElement
- Herança
Construtores
| ByteStreamMessageEncodingBindingElement() |
Inicializa uma nova instância da classe ByteStreamMessageEncodingBindingElement.Initializes a new instance of the ByteStreamMessageEncodingBindingElement class. |
| ByteStreamMessageEncodingBindingElement(XmlDictionaryReaderQuotas) |
Inicializa uma nova instância da classe ByteStreamMessageEncodingBindingElement com a cota especificada.Initializes a new instance of the ByteStreamMessageEncodingBindingElement class with the specified quota. |
Propriedades
| MessageVersion |
Obtém ou define a mensagem SOAP e as versões do WS-Addressing usadas ou esperadas.Gets or sets the SOAP message and WS-Addressing versions that are used or expected. |
| ReaderQuotas |
Obtém ou define as restrições na complexidade das mensagens XML que podem ser processadas por pontos de extremidade configurados com este elemento de associação.Gets or sets constraints on the complexity of XML messages that can be processed by endpoints configured with this binding element. |
Métodos
| BuildChannelFactory<TChannel>(BindingContext) |
Cria a pilha de fábrica de canais no cliente que cria um tipo de canal especificado para um contexto especificado.Builds the channel factory stack on the client that creates a specified type of channel for a specified context. |
| BuildChannelListener<TChannel>(BindingContext) |
Cria o ouvinte de canais no serviço que aceita um tipo de canal especificado para um contexto especificado.Builds the channel listener on the service that accepts a specified type of channel for a specified context. |
| CanBuildChannelFactory<TChannel>(BindingContext) |
Retorna um valor que indica se a associação atual pode criar uma fábrica para um tipo de canal e contexto especificados.Returns a value that indicates whether the current binding can build a factory for a specified type of channel and context. |
| CanBuildChannelListener<TChannel>(BindingContext) |
Retorna um valor que indica se a associação atual pode criar um ouvinte para um tipo de canal e contexto especificados.Returns a value that indicates whether the current binding can build a listener for a specified type of channel and context. |
| Clone() |
Cria um novo objeto ByteStreamMessageEncodingBindingElement inicializado do atual.Creates a new ByteStreamMessageEncodingBindingElement object initialized from the current one. |
| CreateMessageEncoderFactory() |
Cria uma fábrica para codificadores de mensagem de fluxo de byte que empregam as versões do SOAP e do WS-Addressing e a codificação de caracteres especificadas pelo elemento de associação de codificação.Creates a factory for byte stream message encoders that employ the SOAP and WS-Addressing versions and the character encoding specified by the current encoding binding element. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetProperty<T>(BindingContext) |
Retorna o objeto tipado solicitado, se presente, da camada apropriada na pilha de canais.Returns the typed object requested, if present, from the appropriate layer in the channel stack. (Herdado de MessageEncodingBindingElement) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ShouldSerializeMessageVersion() |
Retorna um valor que indica se a propriedade MessageVersion foi alterada do valor padrão e se deve ser serializada.Returns a value that indicates whether the MessageVersion property has changed from its default value and should be serialized. |
| ShouldSerializeReaderQuotas() |
Retorna um valor que indica se a propriedade ReaderQuotas foi alterada do valor padrão e se deve ser serializada.Returns a value that indicates whether the ReaderQuotas property has changed from its default value and should be serialized. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |