Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ByteStreamMessageEncodingBindingElement Class

.NET Framework (current version)
 

The binding element that specifies the message encoding as a stream of bytes and has the option to specify the character encoding.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel.Channels (in System.ServiceModel.Channels.dll)

System::Object
  System.ServiceModel.Channels::BindingElement
    System.ServiceModel.Channels::MessageEncodingBindingElement
      System.ServiceModel.Channels::ByteStreamMessageEncodingBindingElement

public ref class ByteStreamMessageEncodingBindingElement sealed : MessageEncodingBindingElement

NameDescription
System_CAPS_pubmethodByteStreamMessageEncodingBindingElement()

Initializes a new instance of the ByteStreamMessageEncodingBindingElement class.

System_CAPS_pubmethodByteStreamMessageEncodingBindingElement(XmlDictionaryReaderQuotas^)

Initializes a new instance of the ByteStreamMessageEncodingBindingElement class with the specified quota.

NameDescription
System_CAPS_pubpropertyMessageVersion

Gets or sets the SOAP message and WS-Addressing versions that are used or expected.(Overrides MessageEncodingBindingElement::MessageVersion.)

System_CAPS_pubpropertyReaderQuotas

Gets or sets constraints on the complexity of XML messages that can be processed by endpoints configured with this binding element.

NameDescription
System_CAPS_pubmethodBuildChannelFactory<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^).)

System_CAPS_pubmethodBuildChannelListener<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^).)

System_CAPS_pubmethodCanBuildChannelFactory<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^).)

System_CAPS_pubmethodCanBuildChannelListener<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^).)

System_CAPS_pubmethodClone()

Creates a new ByteStreamMessageEncodingBindingElement object initialized from the current one.(Overrides BindingElement::Clone().)

System_CAPS_pubmethodCreateMessageEncoderFactory()

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().)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetProperty<T>(BindingContext^)

Returns the typed object requested, if present, from the appropriate layer in the channel stack.(Inherited from MessageEncodingBindingElement.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodShouldSerializeMessageVersion()

Returns a value that indicates whether the MessageVersion property has changed from its default value and should be serialized.

System_CAPS_pubmethodShouldSerializeReaderQuotas()

Returns a value that indicates whether the ReaderQuotas property has changed from its default value and should be serialized.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
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.

Return to top
Show:
© 2017 Microsoft