SendPacketsElement.OffsetLong 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 long OffsetLong { long get(); };
public long OffsetLong { get; }
member this.OffsetLong : int64
Public ReadOnly Property OffsetLong As Long

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 OffsetLong 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