ReflectionServiceImpl Constructor (ServiceDescriptor) |
Creates a new instance of ReflectionServiceIml.
Namespace:
Grpc.Reflection
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic ReflectionServiceImpl(
params ServiceDescriptor[] serviceDescriptors
)
Public Sub New (
ParamArray serviceDescriptors As ServiceDescriptor()
)
public:
ReflectionServiceImpl(
... array<ServiceDescriptor^>^ serviceDescriptors
)
new :
serviceDescriptors : ServiceDescriptor[] -> ReflectionServiceImplParameters
- serviceDescriptors
- Type: ServiceDescriptor
[Missing <param name="serviceDescriptors"/> documentation for "M:Grpc.Reflection.ReflectionServiceImpl.#ctor(Google.Protobuf.Reflection.ServiceDescriptor[])"]
See Also