Skip to content

Instantly share code, notes, and snippets.

@banterCZ
Created June 10, 2015 21:05
Show Gist options
  • Save banterCZ/4c1e3db25ed968270918 to your computer and use it in GitHub Desktop.
Save banterCZ/4c1e3db25ed968270918 to your computer and use it in GitHub Desktop.
var binding = new BasicHttpBinding {AllowCookies = true};
using (var svc = new ServiceReference1.MyWSClient(binding, new EndpointAddress("http://localhost:8080/myApp/myWS")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment