1 write to endpointName
System.ServiceModel.Routing (1)
System\ServiceModel\Dispatcher\EndpointNameMessageFilter.cs (1)
30
this.
endpointName
= endpointName;
3 references to endpointName
System.ServiceModel.Routing (3)
System\ServiceModel\Dispatcher\EndpointNameMessageFilter.cs (3)
60
return string.Equals(messageEndpoint, this.
endpointName
, StringComparison.Ordinal);
84
if (!endpoints.Contains(this.
endpointName
))
86
throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR.EndpointNameNotFound(this.
endpointName
)));