2 writes to endpointDispatcher
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
114this.endpointDispatcher = endpointDispatcher; 246this.endpointDispatcher = value;
10 references to endpointDispatcher
System.ServiceModel (10)
System\ServiceModel\Channels\ServiceChannel.cs (10)
197if (this.endpointDispatcher != null) 199return this.endpointDispatcher.DispatchRuntime; 241get { return this.endpointDispatcher; } 297if (this.endpointDispatcher != null) 299this.localAddress = this.endpointDispatcher.EndpointAddress; 1811if (TD.ClientChannelOpenStartIsEnabled() && this.endpointDispatcher == null) 1835if ((this.endpointDispatcher != null) && (this.endpointDispatcher.ListenUri != null)) 1837values["Uri"] = this.endpointDispatcher.ListenUri.ToString(); 1851if (this.endpointDispatcher == null && TD.ClientChannelOpenStopIsEnabled())