aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Call.cs
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-05 02:25:33 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-05 14:32:10 -0700
commit542e21cbe08191f6709d0dc6e44367c231fb3072 (patch)
tree330ff56575e41ae6485cfce0998637625ac57489 /src/csharp/Grpc.Core/Call.cs
parent5e10f18376e07fd43c12bc2a14ccf3a0e0682660 (diff)
refactoring AsyncCall
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;
}