Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][])
Receives data from a connected ProxySocket.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][], SocketFlags)
Receives data from a connected ProxySocket using the supplied flags.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][], Int32, Int32)
Receives the specified amount of data from a connected ProxySocket into a specific location of the receive buffer and using the supplied flags.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][], Int32, SocketFlags)
Receives the specified amount of data from a connected ProxySocket using the supplied flags.
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][], Int32, Int32, SocketFlags)
Receives the specified amount of data from a connected ProxySocket into a specific location of the receive buffer and using the supplied flags.

See Also