3 references to SizeQuota
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputMessage.cs (2)
38
: this(additionalPropertyCount, new
SizeQuota
(maxBufferSize))
68
OnGrowBuffers(new
SizeQuota
(this.maxBufferSize));
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
41
: this(new
SizeQuota
(maxBufferSize))