4 references to ViaKey
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\MessageProperties.cs (4)
203
keys.Add(
ViaKey
);
563
if (name ==
ViaKey
)
833
array[index++] = new KeyValuePair<string, object>(
ViaKey
, _via);
928
pairs.Add(new KeyValuePair<string, object>(
ViaKey
, _via));