Compartir a través de


SocketTransportOptions.WaitForDataBeforeAllocatingBuffer Propiedad

Definición

Espere hasta que haya datos disponibles para asignar un búfer. Establecer esto en false puede aumentar el rendimiento a costa del aumento del uso de memoria.

public:
 property bool WaitForDataBeforeAllocatingBuffer { bool get(); void set(bool value); };
public bool WaitForDataBeforeAllocatingBuffer { get; set; }
member this.WaitForDataBeforeAllocatingBuffer : bool with get, set
Public Property WaitForDataBeforeAllocatingBuffer As Boolean

Valor de propiedad

Comentarios

El valor predeterminado es true.

Se aplica a