Skip to content

Instantly share code, notes, and snippets.

@shirhatti
Created February 27, 2018 23:01
Show Gist options
  • Save shirhatti/487c630b103766e8de8f08df3cc72cf7 to your computer and use it in GitHub Desktop.
Save shirhatti/487c630b103766e8de8f08df3cc72cf7 to your computer and use it in GitHub Desktop.
app.Run(async (context) =>
{
var processName = Process.GetCurrentProcess().ProcessName;
await context.Response.WriteAsync($"Hello World from {processName}");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment