2 writes to endpoints
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
68this.endpoints = channelDispatcher.EndpointDispatcherTable; 95set { this.endpoints = value; }
1 reference to endpoints
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
94get { return this.endpoints; }