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