Partilhar via


SocketTransportOptions.WaitForDataBeforeAllocatingBuffer Propriedade

Definição

Aguarde até que haja dados disponíveis para alocar um buffer. Definir isso como false pode aumentar a taxa de transferência ao custo do aumento do uso de memória.

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 da propriedade

Comentários

O padrão é verdadeiro.

Aplica-se a