mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-23 19:46:26 +00:00
Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace AspNetCore.Extensions.Options;
|
||||
|
||||
public sealed class CorrelationVectorOptions
|
||||
{
|
||||
public string Header { get; set; } = "X-Correlation-Vector";
|
||||
}
|
||||
Reference in New Issue
Block a user