BasicHttpBinding.ShouldSerializeReaderQuotas Method

Definition

Returns whether the constraint values placed on the complexity of SOAP message structure should be serialized.

public:
 bool ShouldSerializeReaderQuotas();
public bool ShouldSerializeReaderQuotas ();
member this.ShouldSerializeReaderQuotas : unit -> bool
Public Function ShouldSerializeReaderQuotas () As Boolean

Returns

true if reader quotas should be serialized; otherwise, false.

Applies to