Overload List
Name | Description | |
---|---|---|
Receive(ArraySegment<(Of <<'(Byte>)>>)) |
Receives data from a connected TlsSocket.
| |
Receive(array<Byte>[]()[][]) |
Receives data from a connected TlsSocket.
| |
Receive(array<Byte>[]()[][], SocketFlags) |
Receives data from a connected TlsSocket using the supplied flags.
| |
Receive(array<Byte>[]()[][], Int32, Int32) |
Receives the specified amount of data from a connected TlsSocket into a specific location of the receive buffer and using the supplied flags.
| |
Receive(array<Byte>[]()[][], Int32, SocketFlags) |
Receives the specified amount of data from a connected TlsSocket using the supplied flags.
| |
Receive(array<Byte>[]()[][], Int32, Int32, SocketFlags) |
Receives the specified amount of data from a connected TlsSocket into a specific location of the receive buffer and using the supplied flags.
|