1 write to properties
System.ServiceModel (1)
System\ServiceModel\Channels\MessageBuffer.cs (1)
93
properties
= new KeyValuePair<string, object>[message.Properties.Count];
4 references to properties
System.ServiceModel (4)
System\ServiceModel\Channels\MessageBuffer.cs (4)
94
((ICollection<KeyValuePair<string, object>>)message.Properties).CopyTo(
properties
, 0);
125
for (int i = 0; i < this.
properties
.Length; i++)
127
IDisposable disposable = this.
properties
[i].Value as IDisposable;
151
msg.Properties.CopyProperties(
properties
);