aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Call.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Core/Call.cs')
-rw-r--r--src/csharp/Grpc.Core/Call.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core/Call.cs b/src/csharp/Grpc.Core/Call.cs
index f9d1fde548..577c17b931 100644
--- a/src/csharp/Grpc.Core/Call.cs
+++ b/src/csharp/Grpc.Core/Call.cs
@@ -53,6 +53,7 @@ namespace Grpc.Core
this.name = method.GetFullName(serviceName);
this.requestMarshaller = method.RequestMarshaller;
this.responseMarshaller = method.ResponseMarshaller;
+ this.channel = channel;
this.context = context;
}