Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dontpaniclabsgists/c3a1dc5adbf85644be6dc54cf0acdb40 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/c3a1dc5adbf85644be6dc54cf0acdb40 to your computer and use it in GitHub Desktop.
Custom Configuration Sections 2
var serverAddress = ConfigurationManager.AppSettings["Server"];
if ( !IsAlive(serverAddress) )
{
// Uh oh, dead server! Do something!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment