1 write to Expect100Continue
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2583
httpWebRequest.ServicePoint.
Expect100Continue
= true;
1 reference to Expect100Continue
System (1)
net\System\Net\HttpWebRequest.cs (1)
5005
ExpectContinue = ExpectContinue && !IsVersionHttp10 && ServicePoint.
Expect100Continue
;