1 write to outgoingMessageProperties
System.ServiceModel (1)
System\ServiceModel\OperationContext.cs (1)
226
this.
outgoingMessageProperties
= new MessageProperties();
3 references to outgoingMessageProperties
System.ServiceModel (3)
System\ServiceModel\OperationContext.cs (3)
218
get { return (this.
outgoingMessageProperties
!= null); }
225
if (this.
outgoingMessageProperties
== null)
228
return this.
outgoingMessageProperties
;