Skip to content

Instantly share code, notes, and snippets.

@dbarkol
Created March 14, 2018 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbarkol/38fff043c434cb5504f0c463e51b899a to your computer and use it in GitHub Desktop.
Save dbarkol/38fff043c434cb5504f0c463e51b899a to your computer and use it in GitHub Desktop.
private bool EventTypeSubcriptionValidation
=> HttpContext.Request.Headers["aeg-event-type"].FirstOrDefault() ==
"SubscriptionValidation";
private bool EventTypeNotification
=> HttpContext.Request.Headers["aeg-event-type"].FirstOrDefault() ==
"Notification";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment