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