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