| ChannelOption Class |
Namespace: Grpc.Core
The ChannelOption type exposes the following members.
| Name | Description | |
|---|---|---|
| ChannelOption(String, Int32) |
Creates a channel option with an integer value.
| |
| ChannelOption(String, String) |
Creates a channel option with a string value.
|
| Name | Description | |
|---|---|---|
| IntValue |
Gets the integer value the ChannelOption.
| |
| Name |
Gets the name of the ChannelOption.
| |
| StringValue |
Gets the string value the ChannelOption.
| |
| Type |
Gets the type of the ChannelOption.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |