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