3 writes to impersonateCallerForAllOperations
System.ServiceModel (3)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (3)
35this.impersonateCallerForAllOperations = DefaultImpersonateCallerForAllOperations; 42this.impersonateCallerForAllOperations = other.impersonateCallerForAllOperations; 136this.impersonateCallerForAllOperations = value;
3 references to impersonateCallerForAllOperations
System.ServiceModel (3)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (3)
42this.impersonateCallerForAllOperations = other.impersonateCallerForAllOperations; 131return this.impersonateCallerForAllOperations; 211behavior.ImpersonateCallerForAllOperations = this.impersonateCallerForAllOperations;