Click or drag to resize

Server Properties

The Server type exposes the following members.

Properties
  NameDescription
Public propertyPorts
Ports on which the server will listen once started. Register a port with this server by adding its definition to this collection.
Public propertyRequestCallTokensPerCompletionQueue
Experimental API. Might anytime change without prior notice. Number or calls requested via grpc_server_request_call at any given time for each completion queue.
Public propertyServices
Services that will be exported by the server once started. Register a service with this server by adding its definition to this collection.
Public propertyShutdownTask
To allow awaiting termination of the server.
Top
See Also