1 write to unsafeAuthenticatedConnectionSharing
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
881
set {
unsafeAuthenticatedConnectionSharing
= value; }
3 references to unsafeAuthenticatedConnectionSharing
System.Web.Services (3)
System\Web\Services\Protocols\ClientProtocol.cs (3)
843
if (
unsafeAuthenticatedConnectionSharing
!= httpRequest.UnsafeAuthenticatedConnectionSharing)
844
httpRequest.UnsafeAuthenticatedConnectionSharing =
unsafeAuthenticatedConnectionSharing
;
880
get { return
unsafeAuthenticatedConnectionSharing
; }