WSDualHttpBinding.ShouldSerializeReaderQuotas Method

Definition

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

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

Returns

true if the ReaderQuotas property value should be serialized; otherwise, false.

Applies to