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: 0.6.1.0
Syntax
public ServerServiceDefinitionCollection Services { get; }

Property Value

Type: ServerServiceDefinitionCollection
See Also