2 instantiations of ImpersonateOnSerializingReplyMessageProperty
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
854reply.Properties.Add(ImpersonateOnSerializingReplyMessageProperty.Name, new ImpersonateOnSerializingReplyMessageProperty(ref rpc));
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (1)
86ImpersonateOnSerializingReplyMessageProperty result = new ImpersonateOnSerializingReplyMessageProperty(ref this.rpc);
11 references to ImpersonateOnSerializingReplyMessageProperty
System.ServiceModel (11)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
854reply.Properties.Add(ImpersonateOnSerializingReplyMessageProperty.Name, new ImpersonateOnSerializingReplyMessageProperty(ref rpc));
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (4)
44public static bool TryGet(Message message, out ImpersonateOnSerializingReplyMessageProperty property) 60public static bool TryGet(MessageProperties properties, out ImpersonateOnSerializingReplyMessageProperty property) 70property = value as ImpersonateOnSerializingReplyMessageProperty; 86ImpersonateOnSerializingReplyMessageProperty result = new ImpersonateOnSerializingReplyMessageProperty(ref this.rpc);
System\ServiceModel\Security\ImpersonatingMessage.cs (6)
68ImpersonateOnSerializingReplyMessageProperty impersonationProperty = null; 73if (!ImpersonateOnSerializingReplyMessageProperty.TryGet(this.innerMessage, out impersonationProperty)) 143ImpersonateOnSerializingReplyMessageProperty impersonationProperty = null; 148if (!ImpersonateOnSerializingReplyMessageProperty.TryGet(this.innerMessage, out impersonationProperty)) 200ImpersonateOnSerializingReplyMessageProperty impersonationProperty = null; 205if (!ImpersonateOnSerializingReplyMessageProperty.TryGet(this.innerMessage, out impersonationProperty))