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