Ports on which the server will listen once started. Register a port 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 ServerServerPortCollection Ports { get; }
Public ReadOnly Property Ports As ServerServerPortCollection
Get
public:
property ServerServerPortCollection^ Ports {
ServerServerPortCollection^ get ();
}
member Ports : ServerServerPortCollection with get
Property Value
Type:
ServerServerPortCollection
See Also