Click or drag to resize
ChannelOption Constructor (String, Int32)
Creates a channel option with an integer value.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public ChannelOption(
	string name,
	int intValue
)

Parameters

name
Type: SystemString
Name.
intValue
Type: SystemInt32
Integer value.
See Also