Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Socket Class
Socket Methods
Receive Method

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Socket..::.Receive Method

Receives data from a bound Socket.

  NameDescription
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[])Receives data from a bound Socket into a receive buffer.
Public methodReceive(IList<(Of <(ArraySegment<(Of <(Byte>)>)>)>))Receives data from a bound Socket into the list of receive buffers.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[], SocketFlags)Receives data from a bound Socket into a receive buffer, using the specified SocketFlags.
Public methodReceive(IList<(Of <(ArraySegment<(Of <(Byte>)>)>)>), SocketFlags)Receives data from a bound Socket into the list of receive buffers, using the specified SocketFlags.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[], Int32, SocketFlags)Receives the specified number of bytes of data from a bound Socket into a receive buffer, using the specified SocketFlags.
Public methodReceive(IList<(Of <(ArraySegment<(Of <(Byte>)>)>)>), SocketFlags, SocketError%)Receives data from a bound Socket into the list of receive buffers, using the specified SocketFlags.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[], Int32, Int32, SocketFlags)Receives the specified number of bytes from a bound Socket into the specified offset position of the receive buffer, using the specified SocketFlags.
Public methodReceive(array<Byte>[]()[], Int32, Int32, SocketFlags, SocketError%)Receives data from a bound Socket into a receive buffer, using the specified SocketFlags.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker