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.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic ServerServiceDefinitionCollection Services { get; }
Public ReadOnly Property Services As ServerServiceDefinitionCollection
Get
public:
property ServerServiceDefinitionCollection^ Services {
ServerServiceDefinitionCollection^ get ();
}
member Services : ServerServiceDefinitionCollection with get
Property Value
Type:
ServerServiceDefinitionCollection
See Also