Format:
Recent snippets matching tags of Duplex
CallbackType cb = new CallbackType(); InstanceContext context = new InstanceContext(cb); //WSDualHttpBinding binding = new WSDualHttpBinding(); //binding.ClientBaseAddress=new Uri("http://localhost:8100"); NetTcpBinding binding = new NetTcpBinding(); var factory = new DuplexChannelFactory<IHelloIndigoService>(context, binding, new EndpointAddress("net.tcp://localhost:9000/tcp")); IHelloIndigoService proxy = factory.CreateChannel();
216 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
