[Missing <summary> documentation for "P:Grpc.Core.ServerPort.Port"]
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
SyntaxPublic ReadOnly Property Port As Integer
Get
public:
property int Port {
int get ();
}
member Port : int with get
Property Value
Type:
Int32The port.
See Also