Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SocketAsyncEventArgs::Offset Property

 

Gets the offset, in bytes, into the data buffer referenced by the Buffer property.

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

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

Property Value

Type: System::Int32

An Int32 that contains the offset, in bytes, into the data buffer referenced by the Buffer property.

This property describes the starting byte offset of data in the Buffer property. This value is set by calling the SetBuffer method.

This property does not apply to the BufferList property.

This property is used with the Socket::AcceptAsync, Socket::ConnectAsync, Socket::ReceiveAsync, Socket::ReceiveFromAsync, Socket::ReceiveMessageFromAsync, Socket::SendAsync, and Socket::SendToAsync methods.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show:
© 2017 Microsoft