Class ChannelExtensions
Inheritance
ChannelExtensions
Assembly: Grpc.Core.Api.dll
Syntax
public static class ChannelExtensions
Methods
Intercept(ChannelBase, Interceptor)
Declaration
public static CallInvoker Intercept(this ChannelBase channel, Interceptor interceptor)
Parameters
Returns
Intercept(ChannelBase, params Interceptor[])
Declaration
public static CallInvoker Intercept(this ChannelBase channel, params Interceptor[] interceptors)
Parameters
Returns
Declaration
public static CallInvoker Intercept(this ChannelBase channel, Func<Metadata, Metadata> interceptor)
Parameters
Returns