aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Reflection
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-14 18:22:34 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-14 19:17:19 +0100
commit08980748091bf02db30ee89b6125313e6c9f971e (patch)
treea588b178584a01293d0163b2aa1d1310a6db7638 /src/csharp/Grpc.Reflection
parentbff1452e5ed589dde8137f7f0b58db9a5e8eb6e4 (diff)
regenerate protos
Diffstat (limited to 'src/csharp/Grpc.Reflection')
-rw-r--r--src/csharp/Grpc.Reflection/ReflectionGrpc.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Reflection/ReflectionGrpc.cs b/src/csharp/Grpc.Reflection/ReflectionGrpc.cs
index 09b916bf77..ed55c2f584 100644
--- a/src/csharp/Grpc.Reflection/ReflectionGrpc.cs
+++ b/src/csharp/Grpc.Reflection/ReflectionGrpc.cs
@@ -123,7 +123,8 @@ namespace Grpc.Reflection.V1Alpha {
.AddMethod(__Method_ServerReflectionInfo, serviceImpl.ServerReflectionInfo).Build();
}
- /// <summary>Register service method implementations with a service binder. Useful when customizing the service binding logic.</summary>
+ /// <summary>Register service method implementations with a service binder. Useful when customizing the service binding logic.
+ /// Note: this method is part of an experimental API that can change or be removed without any prior notice.</summary>
/// <param name="serviceBinder">Service methods will be bound by calling <c>AddMethod</c> on this object.</param>
/// <param name="serviceImpl">An object implementing the server-side handling logic.</param>
public static void BindService(grpc::ServiceBinderBase serviceBinder, ServerReflectionBase serviceImpl)