Click or drag to resize

ServerServices Property

Services that will be exported by the server once started. Register a service with this server by adding its definition to this collection.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public ServerServiceDefinitionCollection Services { get; }

Property Value

Type: ServerServiceDefinitionCollection
See Also