2 writes to maximumErrorResponseLength
System (2)
net\System\Net\Configuration\SettingsSection.cs (2)
175
this.
maximumErrorResponseLength
= section.HttpWebRequest.MaximumErrorResponseLength;
313
set { this.
maximumErrorResponseLength
= value; }
1 reference to maximumErrorResponseLength
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
312
get { return this.
maximumErrorResponseLength
; }