Overload List
Name | Description | |
---|---|---|
![]() |
Receive(array<Byte>[]()[][]) |
Receives data from a bound Socket into a receive buffer.
(Inherited from Socket.) |
![]() |
Receive(IList<(Of <<'(ArraySegment<(Of <<'(Byte>)>>)>)>>)) |
Receives data from a bound Socket into the list of receive buffers.
(Inherited from Socket.) |
![]() |
Receive(array<Byte>[]()[][], SocketFlags) |
Receives data from a bound Socket into a receive buffer, using the specified SocketFlags.
(Inherited from Socket.) |
![]() |
Receive(IList<(Of <<'(ArraySegment<(Of <<'(Byte>)>>)>)>>), SocketFlags) |
Receives data from a bound Socket into the list of receive buffers, using the specified SocketFlags.
(Inherited from Socket.) |
![]() |
Receive(array<Byte>[]()[][], Int32, SocketFlags) |
Receives the specified number of bytes of data from a bound Socket into a receive buffer, using the specified SocketFlags.
(Inherited from Socket.) |
![]() |
Receive(IList<(Of <<'(ArraySegment<(Of <<'(Byte>)>>)>)>>), SocketFlags, SocketError%) |
Receives data from a bound Socket into the list of receive buffers, using the specified SocketFlags.
(Inherited from Socket.) |
![]() |
Receive(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.
(Inherited from Socket.) |
![]() |
Receive(array<Byte>[]()[][], Int32, Int32, SocketFlags, SocketError%) |
Receives data from a bound Socket into a receive buffer, using the specified SocketFlags.
(Inherited from Socket.) |