Click or drag to resize
ServerServerPortCollectionAdd Method (ServerPort)
Adds a new port on which server should listen. Only call this before Start().

Return Value

Type: Int32
The port on which server will be listening.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public int Add(
	ServerPort serverPort
)

Parameters

serverPort
Type: Grpc.CoreServerPort

[Missing <param name="serverPort"/> documentation for "M:Grpc.Core.Server.ServerPortCollection.Add(Grpc.Core.ServerPort)"]

Return Value

Type: Int32
See Also