1 write to AllowAnonymousLogons
System.ServiceModel (1)
System\ServiceModel\Configuration\WindowsServiceElement.cs (1)
46
this.
AllowAnonymousLogons
= from.AllowAnonymousLogons;
2 references to AllowAnonymousLogons
System.ServiceModel (2)
System\ServiceModel\Configuration\WindowsServiceElement.cs (2)
46
this.AllowAnonymousLogons = from.
AllowAnonymousLogons
;
56
windows.AllowAnonymousLogons = this.
AllowAnonymousLogons
;