Skip to content
Snippets Groups Projects
Commit e0d2ffe3 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fixup ForwardedTypes.cs

parent ef4ee8ec
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ using Grpc.Core.Utils;
[assembly:TypeForwardedToAttribute(typeof(AsyncServerStreamingCall<>))]
[assembly:TypeForwardedToAttribute(typeof(AsyncUnaryCall<>))]
[assembly:TypeForwardedToAttribute(typeof(AuthContext))]
[assembly:TypeForwardedToAttribute(typeof(AsyncAuthInterceptor))]
[assembly:TypeForwardedToAttribute(typeof(AuthInterceptorContext))]
[assembly: TypeForwardedToAttribute(typeof(CallCredentials))]
[assembly: TypeForwardedToAttribute(typeof(CallFlags))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment