5 references to ShouldWaitFor100Continue
System (5)
net\System\Net\_ConnectStream.cs (1)
2261
if (m_Request.
ShouldWaitFor100Continue
()) // Sync poll
net\System\Net\HttpWebRequest.cs (4)
4427
if (
ShouldWaitFor100Continue
())
4504
if (
ShouldWaitFor100Continue
())
6064
NeedsToReadForResponse = !
ShouldWaitFor100Continue
();
6069
NeedsToReadForResponse = !
ShouldWaitFor100Continue
();