4 references to FaultSizeQuota
System.ServiceModel (4)
System\ServiceModel\Channels\FramingChannels.cs (3)
957
byte[] faultBuffer = DiagnosticUtility.Utility.AllocateByteArray(FaultStringDecoder.
FaultSizeQuota
);
1111
if (connection.BeginRead(0, Math.Min(FaultStringDecoder.
FaultSizeQuota
, connection.AsyncReadBufferSize),
1146
if (connection.BeginRead(0, Math.Min(FaultStringDecoder.
FaultSizeQuota
, connection.AsyncReadBufferSize),
System\ServiceModel\Channels\FramingDecoders.cs (1)
251
: base(
FaultSizeQuota
)