Base:
property
Properties
System.ServiceModel.Channels.Message.Properties
2 references to Properties
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1688
KeyValuePair<string, object>[] properties = new KeyValuePair<string, object>[
Properties
.Count];
1689
((ICollection<KeyValuePair<string, object>>)
Properties
).CopyTo(properties, 0);