Share via


Socket.Receive Method (Byte[])

Receives all of the data currently available from a bound socket and places the data in a buffer array.

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

Syntax

public int Receive (
         byte[] buffer
)

Parameters

  • buffer
    An array in which the received data is placed.

Return Value

The number of bytes received, if the call was successful; otherwise, -1.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Socket Class
Socket Members
System.Net.Sockets Namespace