Compartir a través de


EventHubConnectionOptions.SendBufferSizeInBytes Propiedad

Definición

Tamaño del búfer utilizado para enviar información a través del transporte activo.

public int SendBufferSizeInBytes { get; set; }
member this.SendBufferSizeInBytes : int with get, set
Public Property SendBufferSizeInBytes As Integer

Valor de propiedad

Tamaño del búfer, en bytes. El tamaño predeterminado es de 8192 bytes.

Comentarios

Este valor se usa para configurar el SendBufferSize utilizado por el transporte activo.

Se aplica a