Base:
property
Properties
System.ServiceModel.Channels.Message.Properties
2 references to Properties
System.ServiceModel (2)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1820
KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[
Properties
.Count];
1821
((ICollection<KeyValuePair<string, object>>)
Properties
).CopyTo(properties, 0);