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