NetPeerTcpBinding.ShouldSerializeReaderQuotas 方法

定义

获取一个值,该值指定是否应对绑定的读取器配额数据进行序列化。Gets a value that specifies whether reader quota data for the binding should be serialized.

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

返回

Boolean

返回一个Boolean,如果应序列化读取器配额数据,则此布尔值为 true;如果不应序列化,则为 falseReturns Boolean that specifies true if reader quota data should be serialized, and false if it should not be serialized.

适用于