ClientWebSocketChannelConfig.Allocator Property

Definition

Thread-safe interface for allocating IByteBuffer

public DotNetty.Buffers.IByteBufferAllocator Allocator { get; set; }
member this.Allocator : DotNetty.Buffers.IByteBufferAllocator with get, set
Public Property Allocator As IByteBufferAllocator

Property Value

DotNetty.Buffers.IByteBufferAllocator

Implements

DotNetty.Transport.Channels.IChannelConfiguration.Allocator

Applies to