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