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