Skip to content

Accessing request headers #173

Description

@umashankarsharma

I am actually a newbie in C#, but can you let me know how to access the request headers in my handler. I am using the below in my config file. Wanted to know how to access this in handler.

.DefaultHttpHeaderBindingConfiguration(new HeaderBindingConfiguration
{
PropertyFromHeaderMappings = new Dictionary<string, string>
{
{ "OperationId", "x-operation-id" }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions