Compartir a través de


ClientWebSocketChannelConfig.RecvByteBufAllocator Propiedad

Definición

Asigna un nuevo búfer de recepción cuya capacidad es probablemente lo suficientemente grande como para leer todos los datos entrantes y lo suficientemente pequeño como para no desperdiciar su espacio.

public DotNetty.Transport.Channels.IRecvByteBufAllocator RecvByteBufAllocator { get; set; }
member this.RecvByteBufAllocator : DotNetty.Transport.Channels.IRecvByteBufAllocator with get, set
Public Property RecvByteBufAllocator As IRecvByteBufAllocator

Valor de propiedad

DotNetty.Transport.Channels.IRecvByteBufAllocator

Implementaciones

DotNetty.Transport.Channels.IChannelConfiguration.RecvByteBufAllocator

Se aplica a