SendPacketsElement.Offset Propriedade
Definição
Obtém o deslocamento, em bytes, do início do arquivo ou do buffer de dados até o local no buffer ou no arquivo para começar a enviar os dados.Gets the offset, in bytes, from the beginning of the data buffer or file to the location in the buffer or file to start sending the data.
public:
property int Offset { int get(); };
public int Offset { get; }
member this.Offset : int
Public ReadOnly Property Offset As Integer
Valor da propriedade
O deslocamento, em bytes, desde o início do buffer de dados ou do arquivo até o local no buffer ou arquivo para começar a enviar os dados.The offset, in bytes, from the beginning of the data buffer or file to the location in the buffer or file to start sending the data.
Comentários
O valor padrão da Offset propriedade será zero se a SendPacketsElement classe não tiver sido inicializada com um offset parâmetro.The default value for the Offset property is zero if the SendPacketsElement class was not initialized with an offset parameter.
Se OffsetLong for maior que MaxValue , Offset o emitirá um OverflowException quando você tentar acessá-lo.If OffsetLong is greater than MaxValue, Offset will throw a OverflowException when you try to access it.