3 writes to impersonateOnSerializingReply
System.ServiceModel (3)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (3)
36this.impersonateOnSerializingReply = DefaultImpersonateOnSerializingReply; 43this.impersonateOnSerializingReply = other.impersonateOnSerializingReply; 151this.impersonateOnSerializingReply = value;
3 references to impersonateOnSerializingReply
System.ServiceModel (3)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (3)
43this.impersonateOnSerializingReply = other.impersonateOnSerializingReply; 146return this.impersonateOnSerializingReply; 212behavior.ImpersonateOnSerializingReply = this.impersonateOnSerializingReply;