Wcf HTTP and HTTPS on the same host/port
问题 Hello, I know how to create a self hosted wcf for http or https, but not at the same time. I would like a wcf for this 2 urls : https:// 127.0.0.1:13070/ProxySips/ http:// 127.0.0.1:13070/ProxySips/ At the moment I have the configuration for https (with a certificate: makecert + netsh) and it works fine: app.config <system.serviceModel> <bindings> <basicHttpBinding> <binding name="basicHttp" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" messageEncoding="Text">