3 writes to maxReadPoolSize
System.ServiceModel.Web (3)
System\ServiceModel\Channels\WebMessageEncodingBindingElement.cs (3)
35
this.
maxReadPoolSize
= EncoderDefaults.MaxReadPoolSize;
45
this.
maxReadPoolSize
= elementToBeCloned.maxReadPoolSize;
78
this.
maxReadPoolSize
= value;
4 references to maxReadPoolSize
System.ServiceModel.Web (4)
System\ServiceModel\Channels\WebMessageEncodingBindingElement.cs (4)
45
this.maxReadPoolSize = elementToBeCloned.
maxReadPoolSize
;
69
return this.
maxReadPoolSize
;
202
wmiInstance.SetProperty(AdministrationStrings.MaxReadPoolSize, this.
maxReadPoolSize
);
252
if (this.
maxReadPoolSize
!= other.MaxReadPoolSize)