I have read the documentation for this element but still fail to understand what its purpose is. Here is a sample of how I've seen it used in examples:
<serviceHostingEnvironment>
<baseAddressPrefixFilters>
<add prefix="http://localhost:5100/"/>
</baseAddressPrefixFilters>
</serviceHostingEnvironment>
I want to understand what this does that the base addresses in a service node doesn't do. I don't understand what this element is actually used for.