SendPacketsElement::Offset Property

 

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.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

public:
property int Offset {
	int get();
}

Property Value

Type: System::Int32

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.

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

.NET Framework
Available since 2.0
Return to top
Show: