3 writes to unsafeConnectionNtlmAuthentication
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
64this.unsafeConnectionNtlmAuthentication = HttpTransportDefaults.UnsafeConnectionNtlmAuthentication; 90this.unsafeConnectionNtlmAuthentication = elementToBeCloned.unsafeConnectionNtlmAuthentication; 455this.unsafeConnectionNtlmAuthentication = value;
4 references to unsafeConnectionNtlmAuthentication
System.ServiceModel (4)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
90this.unsafeConnectionNtlmAuthentication = elementToBeCloned.unsafeConnectionNtlmAuthentication; 450return this.unsafeConnectionNtlmAuthentication; 930if (this.unsafeConnectionNtlmAuthentication != http.unsafeConnectionNtlmAuthentication)