Sdílet prostřednictvím


ClientWebSocketChannelConfig.MessageSizeEstimator Property

Definition

Calculates the size of the given message.

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

Property Value

DotNetty.Transport.Channels.IMessageSizeEstimator

Implements

DotNetty.Transport.Channels.IChannelConfiguration.MessageSizeEstimator

Applies to