5 references to ListenUri
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1835if ((this.endpointDispatcher != null) && (this.endpointDispatcher.ListenUri != null)) 1837values["Uri"] = this.endpointDispatcher.ListenUri.ToString();
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
918{ "Endpoint", endpoint.ListenUri }
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
304if (null != this.ListenUri) 306keyUri = this.ListenUri;