Skip to content

Latest commit

 

History

History
 
 

RequestContext

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

RequestContext

This example illustrates how to use the request context interceptor to encode request context features into request context fields. It also shows how to use the request context middleware to decode request context fields into request context features.

You can build the client and server applications with:

dotnet build

First start the Server program:

cd Server
dotnet run

In a separate window, start the Client program:

cd Client
dotnet run