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