Base:
property
Properties
System.ServiceModel.Channels.Message.Properties
3 references to Properties
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1708
KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[
Properties
.Count];
1709
((ICollection<KeyValuePair<string, object>>)
Properties
).CopyTo(properties, 0);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (1)
233
bufferedMessage.
Properties
.CopyProperties(_properties);