ByteStreamMessageEncodingBindingElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ByteStreamMessageEncodingBindingElement class.
Overloads
ByteStreamMessageEncodingBindingElement() |
Initializes a new instance of the ByteStreamMessageEncodingBindingElement class. |
ByteStreamMessageEncodingBindingElement(XmlDictionaryReaderQuotas) |
Initializes a new instance of the ByteStreamMessageEncodingBindingElement class with the specified quota. |
ByteStreamMessageEncodingBindingElement()
Initializes a new instance of the ByteStreamMessageEncodingBindingElement class.
public:
ByteStreamMessageEncodingBindingElement();
public ByteStreamMessageEncodingBindingElement ();
Public Sub New ()
Applies to
ByteStreamMessageEncodingBindingElement(XmlDictionaryReaderQuotas)
Initializes a new instance of the ByteStreamMessageEncodingBindingElement class with the specified quota.
public:
ByteStreamMessageEncodingBindingElement(System::Xml::XmlDictionaryReaderQuotas ^ quota);
public ByteStreamMessageEncodingBindingElement (System.Xml.XmlDictionaryReaderQuotas quota);
new System.ServiceModel.Channels.ByteStreamMessageEncodingBindingElement : System.Xml.XmlDictionaryReaderQuotas -> System.ServiceModel.Channels.ByteStreamMessageEncodingBindingElement
Public Sub New (quota As XmlDictionaryReaderQuotas)
Parameters
The constraints on the complexity of XML messages that can be processed by endpoints configured with this binding element.