Skip to content

Instantly share code, notes, and snippets.

@cleydson
Last active August 29, 2015 14:16
Show Gist options
  • Save cleydson/98323fc79648ee7d0b6f to your computer and use it in GitHub Desktop.
Save cleydson/98323fc79648ee7d0b6f to your computer and use it in GitHub Desktop.
WCF: When you are using a self signed certificate in Development environment you can use this line.
ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment