次の方法で共有


ClientWebSocketChannelConfig.RecvByteBufAllocator プロパティ

定義

すべての受信データを読み取るのに十分な大きさで、領域を無駄にしないほど小さい容量を持つ新しい受信バッファーを割り当てます。

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

プロパティ値

DotNetty.Transport.Channels.IRecvByteBufAllocator

実装

DotNetty.Transport.Channels.IChannelConfiguration.RecvByteBufAllocator

適用対象