ClientWebSocketChannelConfig Class
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.
Client Websocket channel configurations
public class ClientWebSocketChannelConfig : DotNetty.Transport.Channels.IChannelConfiguration
type ClientWebSocketChannelConfig = class
interface IChannelConfiguration
Public Class ClientWebSocketChannelConfig
Implements IChannelConfiguration
- Inheritance
-
ClientWebSocketChannelConfig
- Implements
-
DotNetty.Transport.Channels.IChannelConfiguration
Constructors
ClientWebSocketChannelConfig() |
Properties
Allocator |
Thread-safe interface for allocating IByteBuffer |
AutoRead |
Whether or not auto-read is enabled. |
ConnectTimeout |
Channel connection timeout. |
MessageSizeEstimator |
Calculates the size of the given message. |
RecvByteBufAllocator |
Allocates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough not to waste its space. |
WriteBufferHighWaterMark |
Write buffer high water mark. |
WriteBufferLowWaterMark |
Write buffer low water mark |
WriteSpinCount |
Write spin count. |
Methods
GetOption<T>(ChannelOption<T>) |
Gets channel options from the configuration. |
SetOption(ChannelOption, Object) |
Set a channel option. |
SetOption<T>(ChannelOption<T>, T) |
Set a channel option. |
Applies to
Azure SDK for .NET