Example #1
0
        public Form1()
        {
            InitializeComponent();

            var channelFactory = new ChannelFactory<IQuestionServiceContract>("QuestionServiceEndpoint");
            proxy = channelFactory.CreateChannel();
            
        }
Example #2
0
        public Form1()
        {
            InitializeComponent();

            var channelFactory = new ChannelFactory <IQuestionServiceContract>("QuestionServiceEndpoint");

            proxy = channelFactory.CreateChannel();
        }