3 references to maximumUnauthorizedUploadLength
System (3)
net\System\Net\Configuration\HttpWebRequestElement.cs (3)
20this.properties.Add(this.maximumUnauthorizedUploadLength); 62get { return (int)this[this.maximumUnauthorizedUploadLength]; } 63set { this[this.maximumUnauthorizedUploadLength] = value; }