Skip to content

Instantly share code, notes, and snippets.

@yaronn
Created April 26, 2012 20:50
Show Gist options
  • Save yaronn/2503067 to your computer and use it in GitHub Desktop.
Save yaronn/2503067 to your computer and use it in GitHub Desktop.
[System.ServiceModel.ServiceBehavior(ValidateMustUnderstand = false)]
public class MyService : IServiceContract
{
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment