1 write to unsafeConnectionNtlmAuthentication
System.ServiceModel (1)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
36
this.
unsafeConnectionNtlmAuthentication
= channelListener.UnsafeConnectionNtlmAuthentication;
2 references to unsafeConnectionNtlmAuthentication
System.ServiceModel (2)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (2)
62
return channelListener.UnsafeConnectionNtlmAuthentication == this.
unsafeConnectionNtlmAuthentication
548
listener.UnsafeConnectionNtlmAuthentication = this.
unsafeConnectionNtlmAuthentication
;