Grpc.Core.BindServiceMethodAttribute
Specifies the location of the service bind method for a gRPC service.
The bind method is typically generated code and is used to register a service's
methods with the server on startup.
The bind method signature takes a ServiceBinderBase and an optional
instance of the service base class, e.g. static void BindService(ServiceBinderBase, GreeterService).
Gets the name of the service bind method.
Gets the type the service bind method is defined on.
Initializes a new instance of the BindServiceMethodAttribute class.