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