28 references to ProtocolStatus
System (28)
net\System\Net\_FtpControlStream.cs (4)
564
if (request.CacheProtocol != null && request.CacheProtocol.
ProtocolStatus
== CacheValidationStatus.DoNotTakeFromCache && request.MethodInfo.Operation == FtpOperation.DownloadFile)
570
if (request.CacheProtocol == null || request.CacheProtocol.
ProtocolStatus
!= CacheValidationStatus.Continue)
587
if (request.CacheProtocol != null && request.CacheProtocol.
ProtocolStatus
== CacheValidationStatus.CombineCachedAndServerResponse)
609
if (request.CacheProtocol == null || request.CacheProtocol.
ProtocolStatus
!= CacheValidationStatus.Continue)
net\System\Net\FtpWebRequest.cs (15)
1390
(CacheProtocol.
ProtocolStatus
== CacheValidationStatus.Continue || CacheProtocol.
ProtocolStatus
== CacheValidationStatus.RetryResponseFromServer);
1506
(CacheProtocol.
ProtocolStatus
== CacheValidationStatus.Continue || CacheProtocol.
ProtocolStatus
== CacheValidationStatus.RetryResponseFromServer);
2034
if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.CombineCachedAndServerResponse ||
2035
CacheProtocol.
ProtocolStatus
== CacheValidationStatus.DoNotTakeFromCache)
2060
if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.Fail) {
2064
if (CacheProtocol.
ProtocolStatus
!= CacheValidationStatus.ReturnCachedResponse) {
2072
if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.ReturnCachedResponse)
2105
if (CacheProtocol.
ProtocolStatus
!= CacheValidationStatus.Continue)
2111
if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.Fail) {
2119
if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.RetryResponseFromServer)
2127
if (CacheProtocol.
ProtocolStatus
!= CacheValidationStatus.ReturnCachedResponse)
2180
if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.CombineCachedAndServerResponse)
2199
else if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.Fail)
net\System\Net\HttpWebRequest.cs (9)
4219
if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.Fail) {
4223
if (CacheProtocol.
ProtocolStatus
!= CacheValidationStatus.ReturnCachedResponse) {
4268
if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.Fail) {
4276
if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.RetryResponseFromServer)
4282
if (CacheProtocol.
ProtocolStatus
!= CacheValidationStatus.ReturnCachedResponse &&
4283
CacheProtocol.
ProtocolStatus
!= CacheValidationStatus.CombineCachedAndServerResponse)
4301
responseData.m_ResponseHeaders = CacheProtocol.
ProtocolStatus
== CacheValidationStatus.CombineCachedAndServerResponse
4311
if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.ReturnCachedResponse)
4350
else if (CacheProtocol.
ProtocolStatus
== CacheValidationStatus.Fail)