341 references to Web
System (341)
net\System\Net\_AuthenticationManagerBase.cs (1)
144if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_ssp_dont_support_cbt));
net\System\Net\_AutoWebProxyScriptEngine.cs (2)
481if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_system_setting_update)); 495if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_update_due_to_ip_config_change));
net\System\Net\_AutoWebProxyScriptHelper.cs (20)
252if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.isPlainHostName()", "hostName")); 261if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.dnsDomainIs()", "host")); 265if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.dnsDomainIs()", "domain")); 283if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.localHostOrDomainIs()", "host")); 287if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.localHostOrDomainIs()", "hostDom")); 302if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.isResolvable()", "host")); 328if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.dnsResolve()", "host")); 367if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.dnsDomainLevels()", "host")); 382if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.isInNet()", "host")); 386if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.isInNet()", "pattern")); 390if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.isInNet()", "mask")); 420if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.shExpMatch()", "host")); 424if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.shExpMatch()", "pattern")); 445if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.weekdayRange()", "wd1")); 470if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.weekdayRange()", "gmt")); 526if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_invalid_parameter, "WebProxyScriptHelper.weekdayRange()")); 718if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.isResolvable()", "ipAddress")); 722if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.isResolvable()", "ipPrefix")); 912if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.dnsResolve()", "host")); 945if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_called_with_null_parameter, "WebProxyScriptHelper.dnsResolve()", "host"));
net\System\Net\_CommandStream.cs (2)
232Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_sending_command, sendCommand)); 660if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_received_response, responseString.Substring(0, completeLength-2)));
net\System\Net\_Connection.cs (5)
746if(Logging.On)Logging.Associate(Logging.Web, this, request); 936if (Logging.On) Logging.PrintError(Logging.Web, this, "IsConnectionReusable", ex.ToString()); 1210if (Logging.On) Logging.PrintError(Logging.Web, this, "CompleteConnection", "on error"); 2612if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_received_status_line, m_StatusLineValues.MajorVersion+"."+m_StatusLineValues.MinorVersion, m_StatusLineValues.StatusCode, m_StatusLineValues.StatusDescription)); 2673if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_received_headers, m_ResponseData.m_ResponseHeaders.ToString(true)));
net\System\Net\_ConnectStream.cs (22)
256if(Logging.On)Logging.PrintInfo(Logging.Web, this, "ConnectStream", SR.GetString(SR.net_log_buffered_n_bytes, readCount)); 672Logging.Dump(Logging.Web, this, "ResubmitWrite", null, 0, 0); 675Logging.Dump(Logging.Web, this, "ResubmitWrite", bufferOffsetSize.Buffer, bufferOffsetSize.Offset, bufferOffsetSize.Size); 805if (Logging.On) Logging.Enter(Logging.Web, this, "Write", ""); 822if(Logging.On) Logging.Dump(Logging.Web, this, "Write", buffer, offset, size); 826if(Logging.On)Logging.Exit(Logging.Web, this, "Write", ""); 866if(Logging.On)Logging.Enter(Logging.Web, this, "BeginWrite", ""); 883if (Logging.On) Logging.Dump(Logging.Web, this, "BeginWrite", buffer, offset, size); 886if(Logging.On)Logging.Exit(Logging.Web, this, "BeginWrite", result); 1296if(Logging.On)Logging.Enter(Logging.Web, this, "EndWrite", ""); 1341if(Logging.On)Logging.Exit(Logging.Web, this, "EndWrite", ""); 1373if (Logging.On) Logging.Enter(Logging.Web, this, "Read", ""); 1440if(Logging.On && bytesRead>0)Logging.Dump(Logging.Web, this, "Read", buffer, offset, bytesRead); 1441if(Logging.On)Logging.Exit(Logging.Web, this, "Read", bytesRead); 1631if(Logging.On)Logging.Enter(Logging.Web, this, "BeginRead", ""); 1695if(Logging.On)Logging.Exit(Logging.Web, this, "BeginRead", result); 1877if(Logging.On)Logging.Dump(Logging.Web, thisConnectStream, "ReadCallback", castedAsyncResult.Buffer, castedAsyncResult.Offset, Math.Min(castedAsyncResult.Size, bytesTransferred)); 1910if (Logging.On) Logging.Enter(Logging.Web, this, "EndRead", ""); 2000if(Logging.On)Logging.Exit(Logging.Web, this, "EndRead", bytesTransferred); 2184if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_sending_headers, m_Request.Headers.ToString(true))); 2402if(Logging.On)Logging.Enter(Logging.Web, this, "Close", ""); 2404if(Logging.On)Logging.Exit(Logging.Web, this, "Close", "");
net\System\Net\_DigestClient.cs (8)
95Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_digest_qop_not_supported, digestChallenge.QualityOfProtection)); 482Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_auth_invalid_challenge, DigestClient.AuthType)); 758if (Logging.On) Logging.PrintWarning(Logging.Web, typeof(HttpDigest), "ReadSuppressExtendedProtectionRegistryValue", e.Message); 761if (Logging.On) Logging.PrintWarning(Logging.Web, typeof(HttpDigest), "ReadSuppressExtendedProtectionRegistryValue", e.Message); 766if (Logging.On) Logging.PrintWarning(Logging.Web, typeof(HttpDigest), "ReadSuppressExtendedProtectionRegistryValue", e.Message); 769if (Logging.On) Logging.PrintWarning(Logging.Web, typeof(HttpDigest), "ReadSuppressExtendedProtectionRegistryValue", e.Message); 874Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_digest_requires_nonce)); 1142Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_digest_hash_algorithm_not_supported, challenge.Algorithm));
net\System\Net\_NetworkingPerfCounters.cs (11)
146if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters", "Increment", e); 150if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters", "Increment", e); 183if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_perfcounter_initialization_started)); 192if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_perfcounter_nocategory, categoryName)); 218if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters", "Initialize", e); 224if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters", "Initialize", e); 238Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_perfcounter_initialized_success)); 242Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_perfcounter_initialized_error)); 257if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_perfcounter_cant_queue_workitem)); 339if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters", 344if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters",
net\System\Net\_NTAuthentication.cs (1)
520if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_operation_failed_with_error, "SspiEncodeStringsAsAuthIdentity()", String.Format(CultureInfo.CurrentCulture, "0x{0:X}", (int)result)));
net\System\Net\_PooledStream.cs (2)
160Logging.PrintInfo(Logging.Web, this, 207Logging.PrintInfo(Logging.Web, this,
net\System\Net\_SecureChannel.cs (26)
92if (Logging.On) Logging.PrintInfo(Logging.Web, this, ".ctor", "hostname=" + hostname + ", #clientCertificates=" + ((clientCertificates == null) ? "0" : clientCertificates.Count.ToString(NumberFormatInfo.InvariantInfo)) + ", encryptionPolicy=" + encryptionPolicy); 209if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_remote_certificate, (result == null ? "null" : result.ToString(true)))); 303if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_locating_private_key_for_certificate, certificate.ToString(true))); 328if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_cert_is_of_type_2)); 356if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_found_cert_in_store, (m_ServerMode ? "LocalMachine" : "CurrentUser"))); 367if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_found_cert_in_store, (m_ServerMode ? "CurrentUser" : "LocalMachine"))); 375if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_did_not_find_cert_in_store)); 419if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_open_store_failed, storeLocation, exception)); 579if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_got_certificate_from_delegate)); 586if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_no_delegate_and_have_no_client_cert)); 591if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_no_delegate_but_have_client_cert)); 604if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_attempting_restart_using_cert, (clientCertificate == null ? "null" : clientCertificate.ToString(true)))); 618Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_no_issuers_try_all_certs)); 620Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_server_issuers_look_for_matching_certs, issuers.Length)); 675if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_selected_cert, m_ClientCertificates[i].ToString(true))); 686Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_n_certs_after_filtering, filteredCerts.Count)); 688Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_finding_matching_certs)); 738if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_using_cached_credential)); 767if (Logging.On) Logging.PrintInfo(Logging.Web, this, ".AcquireClientCredentials, new SecureCredential() ", "flags=(" + flags + "), m_ProtocolFlags=(" + m_ProtocolFlags + "), m_EncryptionPolicy=" + m_EncryptionPolicy); 1448Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_remote_cert_has_errors)); 1450Logging.PrintInfo(Logging.Web, this, "\t" + SR.GetString(SR.net_log_remote_cert_not_available)); 1452Logging.PrintInfo(Logging.Web, this, "\t" + SR.GetString(SR.net_log_remote_cert_name_mismatch)); 1455Logging.PrintInfo(Logging.Web, this, "\t" + chainStatus.StatusInformation); 1460Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_remote_cert_user_declared_valid)); 1462Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_remote_cert_has_no_errors)); 1467Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_remote_cert_user_declared_invalid));
net\System\Net\_ShellExpression.cs (2)
203if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_shell_expression_pattern_format_warning, patString)); 222if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_shell_expression_pattern_format_warning, patString));
net\System\Net\_SSPIWrapper.cs (24)
36if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_sspi_enumerating_security_packages)); 40if (Logging.On) Logging.PrintInfo(Logging.Web, " " + securityPackages[i].Name); 70if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_sspi_security_package_not_found, packageName)); 86Logging.Web, 118Logging.PrintInfo(Logging.Web, 134if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_operation_failed_with_error, "AcquireDefaultCredential()", String.Format(CultureInfo.CurrentCulture, "0X{0:X}", errorCode))); 157if (Logging.On) Logging.PrintInfo(Logging.Web, 174if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_operation_failed_with_error, "AcquireCredentialsHandle()", String.Format(CultureInfo.CurrentCulture, "0X{0:X}", errorCode))); 182if (Logging.On) Logging.PrintInfo(Logging.Web, 192if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_operation_failed_with_error, "AcquireCredentialsHandle()", String.Format(CultureInfo.CurrentCulture, "0X{0:X}", errorCode))); 201if (Logging.On) Logging.PrintInfo(Logging.Web, 218if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_operation_failed_with_error, "AcquireCredentialsHandle()", String.Format(CultureInfo.CurrentCulture, "0X{0:X}", errorCode))); 229if (Logging.On) Logging.PrintInfo(Logging.Web, 238if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_sspi_security_context_input_buffer, "InitializeSecurityContext", (inputBuffer == null ? 0 : inputBuffer.size), outputBuffer.size, (SecurityStatus) errorCode)); 244if (Logging.On) Logging.PrintInfo(Logging.Web, 253if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_sspi_security_context_input_buffers, "InitializeSecurityContext", (inputBuffers == null ? 0 : inputBuffers.Length), outputBuffer.size, (SecurityStatus) errorCode)); 261if (Logging.On) Logging.PrintInfo(Logging.Web, 269if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_sspi_security_context_input_buffer, "AcceptSecurityContext", (inputBuffer == null ? 0 : inputBuffer.size), outputBuffer.size, (SecurityStatus) errorCode)); 276if (Logging.On) Logging.PrintInfo(Logging.Web, 284if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_sspi_security_context_input_buffers, "AcceptSecurityContext", (inputBuffers == null ? 0 : inputBuffers.Length), outputBuffer.size, (SecurityStatus) errorCode)); 292if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_operation_returned_something, "CompleteAuthToken()", (SecurityStatus) errorCode)); 301if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_operation_returned_something, "ApplyControlToken()", (SecurityStatus)errorCode)); 482Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_operation_returned_something, op, "SEC_I_RENEGOTIATE")); 484Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_operation_failed_with_error, op, String.Format(CultureInfo.CurrentCulture, "0X{0:X}", errorCode)));
net\System\Net\_TimerThread.cs (2)
576if (Logging.On) Logging.PrintError(Logging.Web, "TimerThreadTimer#" + StartTime.ToString(NumberFormatInfo.InvariantInfo) + "::Fire() - " + SR.GetString(SR.net_log_exception_in_callback, exception)); 734if (Logging.On) Logging.PrintError(Logging.Web, "TimerThread#" + Thread.CurrentThread.ManagedThreadId.ToString(NumberFormatInfo.InvariantInfo) + "::ThreadProc() - Exception:" + exception.ToString());
net\System\Net\_TLSstream.cs (1)
64Logging.Web,
net\System\Net\_WebProxyDataBuilder.cs (2)
99if (Logging.On) Logging.PrintError(Logging.Web, e.Message); 149if (Logging.On) Logging.PrintError(Logging.Web, message);
net\System\Net\connectionpool.cs (2)
285Logging.Enter(Logging.Web, "ConnectionPool::ForceCleanup"); 316Logging.Exit(Logging.Web, "ConnectionPool::ForceCleanup");
net\System\Net\ConnectionPoolManager.cs (3)
77if (Logging.On) Logging.PrintInfo(Logging.Web, "ConnectionPoolManager::RemoveConnectionPool, groupName=" + groupName); 88if (Logging.On) Logging.PrintInfo(Logging.Web, "ConnectionPoolManager::RemoveConnectionPool, removed connection pool: " + key); 93if (Logging.On) Logging.PrintInfo(Logging.Web, "ConnectionPoolManager::RemoveConnectionPool, no connection pool found: " + key);
net\System\Net\filewebrequest.cs (8)
246if(Logging.On)Logging.Exception(Logging.Web, this, "BeginGetRequestStream", exception); 280if(Logging.On)Logging.Exception(Logging.Web, this, "BeginGetResponse", exception); 318if(Logging.On)Logging.Exception(Logging.Web, this, "EndGetRequestStream", exception); 353if(Logging.On)Logging.Exception(Logging.Web, this, "EndGetResponse", exception); 387if(Logging.On)Logging.Exception(Logging.Web, this, "GetRequestStream", exception); 416if(Logging.On)Logging.Exception(Logging.Web, this, "GetResponse", exception); 516if(Logging.On)Logging.PrintWarning(Logging.Web, NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.RequestCanceled)); 542if(Logging.On)Logging.Exception(Logging.Web, this, "Abort", exception);
net\System\Net\FtpWebRequest.cs (38)
519if (Logging.On) Logging.PrintInfo(Logging.Web, this, ".ctor", uri.ToString()); 555if(Logging.On)Logging.Enter(Logging.Web, this, "GetResponse", ""); 556if(Logging.On)Logging.PrintInfo(Logging.Web, this, "GetResponse", SR.GetString(SR.net_log_method_equal, m_MethodInfo.Method)); 604if (Logging.On) Logging.Associate(Logging.Web, this, httpWebRequest); 681if(Logging.On)Logging.Exception(Logging.Web, this, "GetResponse", exception); 687if(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_unexpected_exception, "GetResponse()")); 699if(Logging.On)Logging.Exit(Logging.Web, this, "GetResponse", ""); 714if(Logging.On)Logging.Enter(Logging.Web, this, "BeginGetResponse", ""); 715if(Logging.On)Logging.PrintInfo(Logging.Web, this, "BeginGetResponse", SR.GetString(SR.net_log_method_equal, m_MethodInfo.Method)); 739if (Logging.On) Logging.Associate(Logging.Web, this, httpWebRequest); 786if(Logging.On)Logging.Exception(Logging.Web, this, "BeginGetResponse", exception); 793if(Logging.On)Logging.Exit(Logging.Web, this, "BeginGetResponse", ""); 804if(Logging.On)Logging.Enter(Logging.Web, this, "EndGetResponse", ""); 863if(Logging.On)Logging.Exception(Logging.Web, this, "EndGetResponse", exception); 867if(Logging.On)Logging.Exit(Logging.Web, this, "EndGetResponse", ""); 881if(Logging.On)Logging.Enter(Logging.Web, this, "GetRequestStream", ""); 882if(Logging.On)Logging.PrintInfo(Logging.Web, this, "GetRequestStream", SR.GetString(SR.net_log_method_equal, m_MethodInfo.Method)); 919if (Logging.On) Logging.Associate(Logging.Web, this, httpWebRequest); 935if(Logging.On)Logging.Exception(Logging.Web, this, "GetRequestStream", exception); 939if(Logging.On)Logging.Exit(Logging.Web, this, "GetRequestStream", ""); 952if(Logging.On)Logging.Enter(Logging.Web, this, "BeginGetRequestStream", ""); 953if(Logging.On)Logging.PrintInfo(Logging.Web, this, "BeginGetRequestStream", SR.GetString(SR.net_log_method_equal, m_MethodInfo.Method)); 971if (Logging.On) Logging.Associate(Logging.Web, this, httpWebRequest); 989if(Logging.On)Logging.Exception(Logging.Web, this, "BeginGetRequestStream", exception); 997if(Logging.On)Logging.Exit(Logging.Web, this, "BeginGetRequestStream", ""); 1005if(Logging.On)Logging.Enter(Logging.Web, this, "EndGetRequestStream", ""); 1044if(Logging.On)Logging.Exception(Logging.Web, this, "EndGetRequestStream", exception); 1048if(Logging.On)Logging.Exit(Logging.Web, this, "EndGetRequestStream", ""); 1162if (Logging.On) Logging.PrintInfo(Logging.Web, this, "", SR.GetString(SR.net_log_releasing_connection, ValidationHelper.HashString(connection))); 1168if (Logging.On) Logging.Associate(Logging.Web, this, m_Connection); 1267if (Logging.On) Logging.PrintInfo(Logging.Web, this, "", SR.GetString(SR.net_log_releasing_connection, ValidationHelper.HashString(m_Connection))); 1456if (Logging.On) Logging.PrintInfo(Logging.Web, this, "", SR.GetString(SR.net_log_releasing_connection, ValidationHelper.HashString(connection))); 1461if (Logging.On) Logging.Associate(Logging.Web, this, m_Connection); 1622if (Logging.On) Logging.PrintInfo(Logging.Web, this, "", SR.GetString(SR.net_log_releasing_connection, ValidationHelper.HashString(connection))); 1680if(Logging.On)Logging.Enter(Logging.Web, this, "Abort", ""); 1716if(Logging.On)Logging.Exception(Logging.Web, this, "Abort", exception); 1719if(Logging.On)Logging.Exit(Logging.Web, this, "Abort", ""); 2112if(Logging.On)Logging.Exception(Logging.Web, this, "CheckCacheRetrieveOnResponse", CacheProtocol.ProtocolException);
net\System\Net\FtpWebResponse.cs (2)
104if(Logging.On)Logging.Enter(Logging.Web, this, "Close", ""); 113if(Logging.On)Logging.Exit(Logging.Web, this, "Close", "");
net\System\Net\HttpWebRequest.cs (37)
1352if (Logging.On) Logging.Enter(Logging.Web, this, "BeginGetRequestStream", ""); 1434if (Logging.On) Logging.Exit(Logging.Web, this, "BeginGetRequestStream", asyncResult); 1465if (Logging.On) Logging.Enter(Logging.Web, this, "EndGetRequestStream", ""); 1488if (Logging.On) Logging.Exception(Logging.Web, this, "EndGetRequestStream", castedAsyncResult.Result as Exception); 1496if (Logging.On) Logging.Exit(Logging.Web, this, "EndGetRequestStream", connectStream); 1536if (Logging.On) Logging.Enter(Logging.Web, this, "GetRequestStream", ""); 1606if (Logging.On) Logging.Exception(Logging.Web, this, "EndGetRequestStream", _WriteAResult.Result as Exception); 1612if (Logging.On) Logging.Exit(Logging.Web, this, "GetRequestStream", connectStream); 1915if (Logging.On) Logging.Enter(Logging.Web, this, "BeginGetResponse", ""); 1989if (Logging.On) Logging.Exit(Logging.Web, this, "BeginGetResponse", _ReadAResult.Result); 2031if (Logging.On) Logging.Exit(Logging.Web, this, "BeginGetResponse", asyncResult); 2057if (Logging.On) Logging.Enter(Logging.Web, this, "EndGetResponse", ""); 2078if (Logging.On) Logging.Exception(Logging.Web, this, "EndGetResponse", castedAsyncResult.Result as Exception); 2085if(Logging.On)Logging.Exit(Logging.Web, this, "EndGetResponse", httpWebResponse); 2155if (Logging.On) Logging.Enter(Logging.Web, this, "GetResponse", ""); 2269if (Logging.On) Logging.Exception(Logging.Web, this, "GetResponse", _ReadAResult.Result as Exception); 2275if(Logging.On)Logging.Exit(Logging.Web, this, "GetResponse", httpWebResponse); 3138if (Logging.On) Logging.Enter(Logging.Web, this, "Abort", (exception == null? "" : exception.Message)); 3238if(Logging.On)Logging.Exit(Logging.Web, this, "Abort", ""); 3304if (Logging.On) Logging.Associate(Logging.Web, this, _ServicePoint); 3374if(Logging.On)Logging.Associate(Logging.Web, this, submitStream); 3743if(Logging.On)Logging.Associate(Logging.Web, this, coreResponseData.m_ConnectStream); 3744if(Logging.On)Logging.Associate(Logging.Web, this, _HttpResponse); 3866if (Logging.On) Logging.Exception(Logging.Web, this, "", webException); 5104if (Logging.On) Logging.PrintInfo(Logging.Web, this, "Request: "+Encoding.ASCII.GetString(WriteBuffer, 0, offset)); 5133if(Logging.On)Logging.Enter(Logging.Web, this, "HttpWebRequest", uri); 5178if(Logging.On)Logging.Exit(Logging.Web, this, "HttpWebRequest", null); 5234if (Logging.On) Logging.Enter(Logging.Web, this, "HttpWebRequest", "uri: '" + uri + "', connectionGroupName: '" + connectionGroupName + "'"); 5246if(Logging.On)Logging.Exit(Logging.Web, this, "HttpWebRequest", null); 5268if(Logging.On)Logging.Enter(Logging.Web, this, "HttpWebRequest", serializationInfo); 5311if(Logging.On)Logging.Exit(Logging.Web, this, "HttpWebRequest", null); 5586if(Logging.On)Logging.PrintWarning(Logging.Web, this, "", SR.GetString(SR.net_log_cache_validation_failed_resubmit)); 5591if(Logging.On)Logging.PrintError(Logging.Web, this, "", SR.GetString(SR.net_log_cache_refused_server_response)); 5616Logging.Exception(Logging.Web, this, "", innerException); 5618Logging.PrintWarning(Logging.Web, this, "", message); 5806if(Logging.On)Logging.PrintWarning(Logging.Web, this, "", SR.GetString(SR.net_log_server_response_error_code, ((int)ResponseStatusCode).ToString(NumberFormatInfo.InvariantInfo))); 5921if(Logging.On)Logging.PrintWarning(Logging.Web, this, "", SR.GetString(SR.net_log_resubmitting_request));
net\System\Net\HttpWebResponse.cs (5)
406if(Logging.On)Logging.Enter(Logging.Web, this, "GetResponseStream", ""); 408if(Logging.On)Logging.PrintInfo(Logging.Web, "ContentLength="+m_ContentLength); 427if(Logging.On)Logging.Exit(Logging.Web, this, "GetResponseStream", result); 440if(Logging.On)Logging.Enter(Logging.Web, this, "Close", ""); 469if(Logging.On)Logging.Exit(Logging.Web, this, "Close", "");
net\System\Net\Internal.cs (5)
719if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_osinstalltype, InstallationType)); 733if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_empty_osinstalltype, OSInstallTypeRegKey + "\\" + OSInstallTypeRegName)); 755if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_unknown_osinstalltype, installType)); 770if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_cant_determine_osinstalltype, OSInstallTypeRegKey, e.Message)); 775if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_cant_determine_osinstalltype, OSInstallTypeRegKey, e.Message));
net\System\Net\Logging.cs (1)
240Exception(Web, sender, "UnhandledExceptionHandler", e);
net\System\Net\mail\HeaderCollection.cs (5)
24if(Logging.On)Logging.PrintInfo(Logging.Web, this, "Remove", name); 44if(Logging.On)Logging.PrintInfo(Logging.Web, this, "Get", name); 64if(Logging.On)Logging.PrintInfo(Logging.Web, this, "Get", name); 102if(Logging.On)Logging.PrintInfo(Logging.Web, this, "Set", name.ToString() + "=" + value.ToString()); 137if(Logging.On)Logging.PrintInfo(Logging.Web, this, "Add", name.ToString() + "=" + value.ToString());
net\System\Net\mail\MailMessage.cs (2)
39if(Logging.On)Logging.Associate(Logging.Web, this, message); 61if(Logging.On)Logging.Associate(Logging.Web, this, message);
net\System\Net\mail\Message.cs (2)
194if(Logging.On)Logging.Associate(Logging.Web, this, headers); 214if(Logging.On)Logging.Associate(Logging.Web, this, envelopeHeaders);
net\System\Net\mail\SmtpClient.cs (18)
71if (Logging.On) Logging.Enter(Logging.Web, "SmtpClient", ".ctor", ""); 75if (Logging.On) Logging.Exit(Logging.Web, "SmtpClient", ".ctor", this); 80if (Logging.On) Logging.Enter(Logging.Web, "SmtpClient", ".ctor", "host=" + host); 85if (Logging.On) Logging.Exit(Logging.Web, "SmtpClient", ".ctor", this); 91if (Logging.On) Logging.Enter(Logging.Web, "SmtpClient", ".ctor", "host=" + host + ", port=" + port); 101if (Logging.On) Logging.Exit(Logging.Web, "SmtpClient", ".ctor", this); 114if (Logging.On) Logging.Associate(Logging.Web, this, transport); 395if (Logging.On) Logging.PrintInfo(Logging.Web, "SmtpClient.Send() pickupDirectory=" + pickupDirectory); 436if (Logging.On) Logging.Enter(Logging.Web, this, "Send", message); 441if (Logging.On) Logging.PrintInfo(Logging.Web, this, "Send", "DeliveryMethod=" + DeliveryMethod.ToString()); 442if (Logging.On) Logging.Associate(Logging.Web, this, message); 528if (Logging.On) Logging.Exception(Logging.Web, this, "Send", e); 557if (Logging.On) Logging.Exit(Logging.Web, this, "Send", null); 577if (Logging.On) Logging.Enter(Logging.Web, this, "SendAsync", "DeliveryMethod=" + DeliveryMethod.ToString()); 672if (Logging.On) Logging.Exception(Logging.Web, this, "Send", e); 693if (Logging.On) Logging.Exit(Logging.Web, this, "SendAsync", null); 703if (Logging.On) Logging.Enter(Logging.Web, this, "SendAsyncCancel", null); 713if (Logging.On) Logging.Exit(Logging.Web, this, "SendAsyncCancel", null);
net\System\Net\mail\smtpconnection.cs (4)
166if (Logging.On) Logging.Associate(Logging.Web, this, servicePoint); 322if (Logging.On) Logging.Associate(Logging.Web, this, servicePoint); 335if (Logging.On) Logging.Associate(Logging.Web, this, pooledStream); 623if (Logging.On) Logging.Associate(Logging.Web, ConnectAndHandshakeAsyncResult.connection, pooledStream);
net\System\Net\mail\SmtpLoginAuthenticationModule.cs (2)
36if(Logging.On)Logging.Enter(Logging.Web, this, "Authenticate", null); 69if(Logging.On)Logging.Exit(Logging.Web, this, "Authenticate", null);
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (2)
32if(Logging.On)Logging.Enter(Logging.Web, this, "Authenticate", null); 87if(Logging.On)Logging.Exit(Logging.Web, this, "Authenticate", null);
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (2)
38if(Logging.On)Logging.Enter(Logging.Web, this, "Authenticate", null); 69if(Logging.On)Logging.Exit(Logging.Web, this, "Authenticate", null);
net\System\Net\mail\SmtpTransport.cs (4)
40Logging.Enter(Logging.Web, "SmtpPooledStream::Dispose #" + ValidationHelper.HashString(this)); 56Logging.Exit(Logging.Web, "SmtpPooledStream::Dispose #" + ValidationHelper.HashString(this)); 203if(Logging.On)Logging.Associate(Logging.Web, this, connection); 226if(Logging.On)Logging.Associate(Logging.Web, this, connection);
net\System\Net\NetWebProxyFinder.cs (4)
72if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_script_execution_error, exception)); 371if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_script_download_compile_error, exception)); 524if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_autodetect_script_location_parse_error, ValidationHelper.ToString(url))); 530if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_proxy_autodetect_failed));
net\System\Net\NetworkInformation\NetworkAddressChange.cs (1)
201if (Logging.On) Logging.Exception(Logging.Web, "AddressChangeListener", "AddressChangedCallback", nie);
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
67if (Logging.On) Logging.Exception(Logging.Web, "SystemNetworkInterface", "InternalGetIsNetworkAvailable", nie);
net\System\Net\SecureProtocols\_SslState.cs (2)
584Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_sspi_selected_cipher_suite, 714Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_sspi_selected_cipher_suite,
net\System\Net\ServicePoint.cs (15)
109if (Logging.On) Logging.Enter(Logging.Web, this, "ServicePoint", address.DnsSafeHost + ":" + address.Port); 145if (Logging.On) Logging.Enter(Logging.Web, this, "ServicePoint", host + ":" + port); 651if (Logging.On) Logging.PrintInfo(Logging.Web, this, "CloseConnectionGroup", connectionGroupName); 657if (Logging.On) Logging.PrintInfo(Logging.Web, this, "CloseConnectionGroupInternal", connectionGroupName); 663if (Logging.On) Logging.PrintInfo(Logging.Web, this, "CloseConnectionGroupHelper", "connectionGroupName=" + connectionGroupName + ", closeInternal=" + closeInternal); 742if (Logging.On) Logging.PrintInfo(Logging.Web, this, "CloseConnectionGroupHelper, returning", released.ToString()); 1116if (Logging.On) Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_closed_idle, 1134if (Logging.On) Logging.PrintInfo(Logging.Web, this, "ReleaseConnectionGroup", connName); 1148if (Logging.On) Logging.PrintInfo(Logging.Web, this, "ReleaseConnectionGroup, returning", "false"); 1167if (Logging.On) Logging.PrintInfo(Logging.Web, this, "ReleaseConnectionGroup, returning", "true"); 1331Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_set_socketoption_reuseport, 1340Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_set_socketoption_reuseport_not_supported, 1348Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_unexpected_exception, ex.Message)); 1718Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_retrieving_localhost_exception, exception)); 1719Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_resolved_servicepoint_may_not_be_remote_server));
net\System\Net\ServicePointManager.cs (1)
234if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_closed_idle,
net\System\Net\UnsafeNativeMethods.cs (1)
225Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_log_proxy_ras_supported, s_RasSupported));
net\System\Net\webclient.cs (37)
330if(Logging.On)Logging.Enter(Logging.Web, this, "DownloadData", address); 338if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadData", result); 349if(Logging.On)Logging.Enter(Logging.Web, this, "DownloadData", address); 384if(Logging.On)Logging.Enter(Logging.Web, this, "DownloadFile", address+", "+fileName); 422if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadFile", ""); 436if(Logging.On)Logging.Enter(Logging.Web, this, "OpenRead", address); 445if(Logging.On)Logging.Exit(Logging.Web, this, "OpenRead", stream); 487if(Logging.On)Logging.Enter(Logging.Web, this, "OpenWrite", address +", "+method); 500if(Logging.On)Logging.Exit(Logging.Web, this, "OpenWrite", webClientWriteStream); 542if(Logging.On)Logging.Enter(Logging.Web, this, "UploadData", address +", "+method); 554if(Logging.On)Logging.Exit(Logging.Web, this, "UploadData", result); 694if(Logging.On)Logging.Enter(Logging.Web, this, "UploadFile", address +", "+method); 714if(Logging.On)Logging.Exit(Logging.Web, this, "UploadFile", responseBytes); 790if(Logging.On)Logging.Enter(Logging.Web, this, "UploadValues", address +", "+method); 806if(Logging.On)Logging.Exit(Logging.Web, this, "UploadValues", address +", "+method); 852if(Logging.On)Logging.Enter(Logging.Web, this, "UploadString", address +", "+method); 866if(Logging.On)Logging.Exit(Logging.Web, this, "UploadString", responseStringData); 883if(Logging.On)Logging.Enter(Logging.Web, this, "DownloadString", address); 891if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadString", stringData); 1830if(Logging.On)Logging.Enter(Logging.Web, this, "OpenReadAsync", address); 1851if(Logging.On)Logging.Exit(Logging.Web, this, "OpenReadAsync", null); 1908if(Logging.On)Logging.Enter(Logging.Web, this, "OpenWriteAsync", address +", "+method); 1933if(Logging.On)Logging.Exit(Logging.Web, this, "OpenWriteAsync", null); 1980if(Logging.On)Logging.Enter(Logging.Web, this, "DownloadStringAsync", address); 1999if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadStringAsync", ""); 2034if(Logging.On)Logging.Enter(Logging.Web, this, "DownloadDataAsync", address); 2053if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadDataAsync", null); 2089if(Logging.On)Logging.Enter(Logging.Web, this, "DownloadFileAsync", address); 2115if(Logging.On)Logging.Exit(Logging.Web, this, "DownloadFileAsync", null); 2199if(Logging.On)Logging.Enter(Logging.Web, this, "UploadStringAsync", address); 2234if(Logging.On)Logging.Exit(Logging.Web, this, "UploadStringAsync", null); 2290if(Logging.On)Logging.Enter(Logging.Web, this, "UploadDataAsync", address +", "+method); 2330if(Logging.On)Logging.Exit(Logging.Web, this, "UploadDataAsync", null); 2391if(Logging.On)Logging.Enter(Logging.Web, this, "UploadFileAsync", address +", "+method); 2433if(Logging.On)Logging.Exit(Logging.Web, this, "UploadFileAsync", null); 2489if(Logging.On)Logging.Enter(Logging.Web, this, "UploadValuesAsync", address +", "+method); 2529if(Logging.On)Logging.Exit(Logging.Web, this, "UploadValuesAsync", null);
net\System\Net\WebRequest.cs (3)
118if(Logging.On)Logging.Enter(Logging.Web, "WebRequest", "Create", requestUri.ToString()); 193if(Logging.On)Logging.Exit(Logging.Web, "WebRequest", "Create", webRequest); 197if(Logging.On)Logging.Exit(Logging.Web, "WebRequest", "Create", null);
net\System\Net\WinHttpWebProxyFinder.cs (3)
29if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_proxy_winhttp_cant_open_session, errorCode)); 44if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_proxy_winhttp_timeout_error, errorCode)); 203if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_proxy_winhttp_getproxy_failed, destination, errorCode));