Click or drag to resize
ServerPorts Property
Ports on which the server will listen once started. Register a port with this server by adding its definition to this collection.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public ServerServerPortCollection Ports { get; }

Property Value

Type: ServerServerPortCollection
See Also