ClientWebSocketChannelConfig.GetOption<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets channel options from the configuration.
public T GetOption<T> (DotNetty.Transport.Channels.ChannelOption<T> option);
abstract member GetOption : DotNetty.Transport.Channels.ChannelOption<'T> -> 'T
override this.GetOption : DotNetty.Transport.Channels.ChannelOption<'T> -> 'T
Public Function GetOption(Of T) (option As ChannelOption(Of T)) As T
Type Parameters
- T
Generic Type of the option to get.
Parameters
- option
- DotNetty.Transport.Channels.ChannelOption<T>
The option to retrieve.
Returns
T
Implements
DotNetty.Transport.Channels.IChannelConfiguration.GetOption``1(DotNetty.Transport.Channels.ChannelOption{``0})
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET