I am writing a WCF service which will run on a server computer (Windows 10 OS). To host that service, I am considering WAS and IIS 7. I know earlier versions of IIS only support HTTP protocol, but IIS 7 and later support TCP/IP too.
My WCF service will be consumed by desktop/mobile WCF client for now, so I am planning to use only TCP/IP for now. But it might be expanded to include HTTP in the future to support Web.
Please advice which host I should use - WAS or IIS?