5 writes to UnsafeAuthenticatedConnectionSharing
System.Runtime.Remoting (3)
channels\http\httpclientchannel.cs (3)
619httpWebRequest.UnsafeAuthenticatedConnectionSharing = _bUnsafeAuthenticatedConnectionSharing; 632httpWebRequest.UnsafeAuthenticatedConnectionSharing = _bUnsafeAuthenticatedConnectionSharing; 645httpWebRequest.UnsafeAuthenticatedConnectionSharing = true;
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
666httpWebRequest.UnsafeAuthenticatedConnectionSharing = true;
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
844httpRequest.UnsafeAuthenticatedConnectionSharing = unsafeAuthenticatedConnectionSharing;
4 references to UnsafeAuthenticatedConnectionSharing
System (3)
net\System\Net\HttpWebRequest.cs (3)
609return m_IsCurrentAuthenticationStateProxy || UnsafeAuthenticatedConnectionSharing; 1236GlobalLog.Assert(!UnsafeAuthenticatedConnectionSharing, "Created a unique connection AND UnsafeConnectionNtlmAuthentication is true."); 5403StringBuilder connectionLine = GenerateConnectionGroup(_ConnectionGroupName, UnsafeAuthenticatedConnectionSharing, m_InternalConnectionGroup);
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
843if (unsafeAuthenticatedConnectionSharing != httpRequest.UnsafeAuthenticatedConnectionSharing)