Base:
property
Properties
System.ServiceModel.Channels.Message.Properties
3 references to Properties
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\Message.cs (2)
1877KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[Properties.Count]; 1878((ICollection<KeyValuePair<string, object>>)Properties).CopyTo(properties, 0);
System\ServiceModel\Channels\MessageBuffer.cs (1)
261bufferedMessage.Properties.CopyProperties(_properties);