2 references to EndpointNameKey
System.ServiceModel.Routing (2)
System\ServiceModel\Dispatcher\EndpointNameMessageFilter.cs (2)
57
if (messageProperties.TryGetValue(
EndpointNameKey
, out value))
67
properties[
EndpointNameKey
] = endpointName;