SendPacketsElement.OffsetLong Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.