Show / Hide Table of Contents

Enum ChannelOption.OptionType

Type of ChannelOption.

Namespace: Grpc.Core
Assembly: Grpc.Core.dll
Syntax
public enum OptionType

Fields

Name Description
Integer

Channel option with integer value.

String

Channel option with string value.

Back to top