Migrate types required for client interceptors to Grpc.Core.Api

pull/19308/head
John Luo 6 years ago
parent bc4279ed55
commit c9d928f36d
  1. 0
      src/csharp/Grpc.Core.Api/Interceptors/CallInvokerExtensions.cs
  2. 0
      src/csharp/Grpc.Core.Api/Interceptors/InterceptingCallInvoker.cs
  3. 2
      src/csharp/Grpc.Core/ForwardedTypes.cs

@ -36,6 +36,7 @@ using Grpc.Core.Utils;
[assembly:TypeForwardedToAttribute(typeof(CallCredentials))]
[assembly:TypeForwardedToAttribute(typeof(CallFlags))]
[assembly:TypeForwardedToAttribute(typeof(CallInvoker))]
[assembly:TypeForwardedToAttribute(typeof(CallInvokerExtensions))]
[assembly:TypeForwardedToAttribute(typeof(CallOptions))]
[assembly:TypeForwardedToAttribute(typeof(ClientInterceptorContext<,>))]
[assembly:TypeForwardedToAttribute(typeof(ContextPropagationOptions))]
@ -45,6 +46,7 @@ using Grpc.Core.Utils;
[assembly:TypeForwardedToAttribute(typeof(IAsyncStreamWriter<>))]
[assembly:TypeForwardedToAttribute(typeof(IClientStreamWriter<>))]
[assembly:TypeForwardedToAttribute(typeof(Interceptor))]
[assembly:TypeForwardedToAttribute(typeof(InterceptingCallInvoker))]
[assembly:TypeForwardedToAttribute(typeof(IServerStreamWriter<>))]
[assembly:TypeForwardedToAttribute(typeof(Marshaller<>))]
[assembly:TypeForwardedToAttribute(typeof(Marshallers))]

Loading…
Cancel
Save