Created
June 10, 2015 21:05
-
-
Save banterCZ/4c1e3db25ed968270918 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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