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