2 instantiations of AddressingProperty
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
1246message.Properties.Add(AddressingProperty.Name, new AddressingProperty(message.Headers)); 1378message.Properties.Add(AddressingProperty.Name, new AddressingProperty(message.Headers));
6 references to AddressingProperty
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
1246message.Properties.Add(AddressingProperty.Name, new AddressingProperty(message.Headers)); 1378message.Properties.Add(AddressingProperty.Name, new AddressingProperty(message.Headers));
System\ServiceModel\Diagnostics\MessageLogTraceRecord.cs (4)
271if (this.message.Properties.TryGetValue(AddressingProperty.Name, out property)) 273AddressingProperty addressingProperty = (AddressingProperty)property; 293message.Properties.Remove(AddressingProperty.Name);