SendPacketsElement.Count Propriedade
Definição
Obtém a contagem de bytes a serem enviados.Gets the count of bytes to be sent.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Valor da propriedade
A contagem de bytes a serem enviados se a SendPacketsElement classe tiver sido inicializada com um count parâmetro.The count of bytes to send if the SendPacketsElement class was initialized with a count parameter.
Comentários
O valor padrão da Count propriedade será zero se a SendPacketsElement classe não tiver sido inicializada com um count parâmetro.The default value for the Count property is zero if the SendPacketsElement class was not initialized with a count parameter.
Se Count for zero para um arquivo, todo o arquivo será enviado.If Count is zero for a file, the entire file is sent. Se Count for zero para um buffer, nenhum byte será enviado.If Count is zero for a buffer, no bytes are sent.