DRAG DROP
There is a WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService is self-hosted within a console application PassGuideApp.
PassGuideService use the TimeService class to implement ITimeService service interface.
To ensure HTTP communication how should the service endpoint be configured?
Explanation: