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