Click or drag to resize
ChannelOption Class
Channel option specified when creating a channel. Corresponds to grpc_channel_args from grpc/grpc.h.
Inheritance Hierarchy
SystemObject
  Grpc.CoreChannelOption

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public sealed class ChannelOption

The ChannelOption type exposes the following members.

Constructors
  NameDescription
Public methodChannelOption(String, Int32)
Creates a channel option with an integer value.
Public methodChannelOption(String, String)
Creates a channel option with a string value.
Top
Properties
  NameDescription
Public propertyIntValue
Gets the integer value the ChannelOption.
Public propertyName
Gets the name of the ChannelOption.
Public propertyStringValue
Gets the string value the ChannelOption.
Public propertyType
Gets the type of the ChannelOption.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also