Leer en inglés Editar

Compartir a través de


NetNamedPipeBinding.MaxBufferSize Property

Definition

Gets or sets the maximum number of bytes used to buffer incoming messages in memory.

C#
public int MaxBufferSize { get; set; }

Property Value

The maximum number of bytes that are used to buffer incoming messages in memory. The default value is 65,536 bytes.

Exceptions

The value set is less than 0.

Examples

The following example shows how to get the MaxBufferSize value.

C#
int maxBufferSize = binding.MaxBufferSize;

Remarks

If you receive more data than you can buffer, the data that exceeds the buffer size remains on the underlying socket until your buffer has room for the rest of the data.

Applies to

Producto Versiones
.NET 8 (package-provided)
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1