문제

We need to create a WCF service which will be used by internal users using http and external users using https. Is it possible to create WCF service for http and https protocols.

도움이 되었습니까?

해결책

Yes we can do that by providing 2 endpoints.

1 end point with basic httpbinding

and the other endpoint with wsHttpBinding with bindingconfiguration specifies Transport security

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top