Click or drag to resize

ReflectionServiceImpl Constructor (IEnumerableServiceDescriptor)

Creates a new instance of ReflectionServiceIml.

Namespace:  Grpc.Reflection
Assembly:  Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntax
public ReflectionServiceImpl(
	IEnumerable<ServiceDescriptor> serviceDescriptors
)

Parameters

serviceDescriptors
Type: System.Collections.GenericIEnumerableServiceDescriptor

[Missing <param name="serviceDescriptors"/> documentation for "M:Grpc.Reflection.ReflectionServiceImpl.#ctor(System.Collections.Generic.IEnumerable{Google.Protobuf.Reflection.ServiceDescriptor})"]

See Also