Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Common/src/Common/HeaderApiVersionReader.cs
Original file line number Diff line number Diff line change
@@ -15,6 +15,10 @@ public partial class HeaderApiVersionReader : IApiVersionReader
/// <summary>
/// Initializes a new instance of the <see cref="HeaderApiVersionReader"/> class.
/// </summary>
/// <remarks>
/// There is no default header. Either initialize headers using the <see cref="HeaderNames"/> collection property,
/// or call a constructor that accepts header names. Otherwise, this reader has no effect.
/// </remarks>
public HeaderApiVersionReader() { }

/// <summary>