Click or drag to resize
Server Constructor
Create a new server.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public Server(
	IEnumerable<ChannelOption> options = null
)

Parameters

options (Optional)
Type: System.Collections.GenericIEnumerableChannelOption
Channel options.
See Also