Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created July 22, 2012 01:46
Show Gist options
  • Save sandrinodimattia/3157894 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/3157894 to your computer and use it in GitHub Desktop.
Get current binding
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