ServerPortPickUnused Field |
Pass this value as port to have the server choose an unused listening port for you.
Ports added to a server will contain the bound port in their
BoundPort property.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic const int PickUnused
Public Const PickUnused As Integer
public:
literal int PickUnused
static val mutable PickUnused: int
Field Value
Type:
Int32
See Also