1 write to maximumUnauthorizedUploadLength
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
173this.maximumUnauthorizedUploadLength = section.HttpWebRequest.MaximumUnauthorizedUploadLength;
1 reference to maximumUnauthorizedUploadLength
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
307get { return this.maximumUnauthorizedUploadLength; }