System.Threading.Channels.UnboundedChannelOptions public sealed class UnboundedChannelOptions : ChannelOptions Provides options that control the behavior of unbounded Channel<T> instances. Documentation Code public UnboundedChannelOptions() Initializes a new instance of the UnboundedChannelOptions class.