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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET