Created
July 22, 2012 01:46
-
-
Save sandrinodimattia/3157894 to your computer and use it in GitHub Desktop.
Get current binding
This file contains hidden or 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
ServiceHost service = new ServiceHost(typeof(Calculator)); | |
Binding currentBinding = service.Description.Endpoints[0].Binding; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment