3 references to expect100Continue
System (3)
net\System\Net\Configuration\ServicePointManagerElement.cs (3)
24
this.properties.Add(this.
expect100Continue
);
92
get { return (bool)this[this.
expect100Continue
]; }
93
set { this[this.
expect100Continue
] = value; }