diff --git a/src/csharp/Grpc.Core/ChannelOptions.cs b/src/csharp/Grpc.Core/ChannelOptions.cs
index 46a2c6695f6..5de9b1ee3c4 100644
--- a/src/csharp/Grpc.Core/ChannelOptions.cs
+++ b/src/csharp/Grpc.Core/ChannelOptions.cs
@@ -172,6 +172,9 @@ namespace Grpc.Core
/// Secondary user agent: goes at the end of the user-agent metadata
public const string SecondaryUserAgentString = "grpc.secondary_user_agent";
+ /// If non-zero, allow the use of SO_REUSEPORT for server if it's available (default 1)
+ public const string SoReuseport = "grpc.so_reuseport";
+
///
/// Creates native object for a collection of channel options.
///