ByteStreamMessageEncodingBindingElement Class
The binding element that specifies the message encoding as a stream of bytes and has the option to specify the character encoding.
Assembly: System.ServiceModel.Channels (in System.ServiceModel.Channels.dll)
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::MessageEncodingBindingElement
System.ServiceModel.Channels::ByteStreamMessageEncodingBindingElement
| Name | Description | |
|---|---|---|
![]() | ByteStreamMessageEncodingBindingElement() | Initializes a new instance of the ByteStreamMessageEncodingBindingElement class. |
![]() | ByteStreamMessageEncodingBindingElement(XmlDictionaryReaderQuotas^) | Initializes a new instance of the ByteStreamMessageEncodingBindingElement class with the specified quota. |
| Name | Description | |
|---|---|---|
![]() | MessageVersion | Gets or sets the SOAP message and WS-Addressing versions that are used or expected.(Overrides MessageEncodingBindingElement::MessageVersion.) |
![]() | ReaderQuotas | Gets or sets constraints on the complexity of XML messages that can be processed by endpoints configured with this binding element. |
| Name | Description | |
|---|---|---|
![]() | BuildChannelFactory<TChannel>(BindingContext^) | Builds the channel factory stack on the client that creates a specified type of channel for a specified context.(Overrides BindingElement::BuildChannelFactory<TChannel>(BindingContext^).) |
![]() | BuildChannelListener<TChannel>(BindingContext^) | Builds the channel listener on the service that accepts a specified type of channel for a specified context.(Overrides BindingElement::BuildChannelListener<TChannel>(BindingContext^).) |
![]() | CanBuildChannelFactory<TChannel>(BindingContext^) | Returns a value that indicates whether the current binding can build a factory for a specified type of channel and context.(Overrides BindingElement::CanBuildChannelFactory<TChannel>(BindingContext^).) |
![]() | CanBuildChannelListener<TChannel>(BindingContext^) | Returns a value that indicates whether the current binding can build a listener for a specified type of channel and context.(Overrides BindingElement::CanBuildChannelListener<TChannel>(BindingContext^).) |
![]() | Clone() | Creates a new ByteStreamMessageEncodingBindingElement object initialized from the current one.(Overrides BindingElement::Clone().) |
![]() | CreateMessageEncoderFactory() | 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.(Overrides MessageEncodingBindingElement::CreateMessageEncoderFactory().) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetProperty<T>(BindingContext^) | Returns the typed object requested, if present, from the appropriate layer in the channel stack.(Inherited from MessageEncodingBindingElement.) |
![]() | GetType() | |
![]() | ShouldSerializeMessageVersion() | Returns a value that indicates whether the MessageVersion property has changed from its default value and should be serialized. |
![]() | ShouldSerializeReaderQuotas() | Returns a value that indicates whether the ReaderQuotas property has changed from its default value and should be serialized. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

