SendPacketsElement.Offset Property

Definition

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

Property Value

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.

Remarks

The default value for the Offset property is zero if the SendPacketsElement class was not initialized with an offset parameter.

If OffsetLong is greater than MaxValue, Offset will throw a OverflowException when you try to access it.

Applies to