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