5 references to properties
System (5)
net\System\Net\Configuration\HttpWebRequestElement.cs (5)
18this.properties.Add(this.maximumResponseHeadersLength); 19this.properties.Add(this.maximumErrorResponseLength); 20this.properties.Add(this.maximumUnauthorizedUploadLength); 21this.properties.Add(this.useUnsafeHeaderParsing); 54return this.properties;