4 writes to ListenUriMode
System.ServiceModel (3)
System\ServiceModel\Channels\PeerService.cs (1)
192endPoint.ListenUriMode = (this.config.Port > 0) ? ListenUriMode.Explicit : ListenUriMode.Unique;
System\ServiceModel\Description\ConfigLoader.cs (2)
513serviceEndpoint.ListenUriMode = endpointElement.ListenUriMode; 953endpoint.ListenUriMode = serviceEndpointElementCopy.ListenUriMode;
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
119endpoint.ListenUriMode = clientEndpoint.ListenUriMode;
2 references to ListenUriMode
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
622return new ListenUriInfo(listenUri, endpoint.ListenUriMode);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
119endpoint.ListenUriMode = clientEndpoint.ListenUriMode;