Show / Hide Table of Contents

Enum GrpcChannelOptions.CustomOption.OptionType

Possible types of value within a custom option.

Namespace: Google.Api.Gax.Grpc
Assembly: Google.Api.Gax.Grpc.dll
Syntax
public enum OptionType

Fields

Name Description
Integer

Channel option with an integer value.

String

Channel option with a string value.

Back to top