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