Click or drag to resize
ServerPortBoundPort Property

[Missing <summary> documentation for "P:Grpc.Core.ServerPort.BoundPort"]

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public int BoundPort { get; }

Property Value

Type: Int32
The port actually bound by the server. This is useful if you let server pick port automatically. PickUnused
See Also