SocketAsyncEventArgs.Buffer Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the data buffer to use with an asynchronous socket method.

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

Syntax

'Declaration
Public ReadOnly Property Buffer As Byte()
public byte[] Buffer { get; }

Property Value

Type: array<System.Byte[]
A Byte array that represents the data buffer to use with an asynchronous socket method.

Remarks

This property gets the data buffer currently associated with the SocketAsyncEventArgs instance. To set the buffer, the SetBuffer method must be used.

The Buffer property is used with the Socket.ConnectAsync, Socket.ReceiveAsync, and Socket.SendAsync methods.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.