Show / Hide Table of Contents

    Class InterceptorRegistration

    Representation of a registration of the interceptor in the pipeline.

    Inheritance
    System.Object
    InterceptorRegistration
    Namespace: Grpc.AspNetCore.Server
    Assembly: Grpc.AspNetCore.Server.dll
    Syntax
    public class InterceptorRegistration : object

    Properties

    Arguments

    Get the arguments used to create the interceptor.

    Declaration
    public IReadOnlyList<object> Arguments { get; }
    Property Value
    Type Description
    IReadOnlyList<System.Object>

    Type

    Get the type of the interceptor.

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    Type
    Back to top Generated by DocFX