ByteStreamMessageEncodingBindingElement Constructors

Definition

Initializes a new instance of the ByteStreamMessageEncodingBindingElement class.

Overloads

ByteStreamMessageEncodingBindingElement()

Initializes a new instance of the ByteStreamMessageEncodingBindingElement class.

C#
public ByteStreamMessageEncodingBindingElement();

Applies to

.NET Framework 4.8.1 ja muut versiot
Tuote Versiot
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ByteStreamMessageEncodingBindingElement(XmlDictionaryReaderQuotas)

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

C#
public ByteStreamMessageEncodingBindingElement(System.Xml.XmlDictionaryReaderQuotas quota);

Parameters

quota
XmlDictionaryReaderQuotas

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

Applies to

.NET Framework 4.8.1 ja muut versiot
Tuote Versiot
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1