Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkReceive(ArraySegment<(Of <<'(Byte>)>>))
Receives data from a connected TlsSocket.
(Inherited from TlsSocket.)
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][])
Receives data from a connected TlsSocket.
(Inherited from TlsSocket.)
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][], SocketFlags)
Receives data from a connected TlsSocket using the supplied flags.
(Inherited from TlsSocket.)
Public methodSupported by the .NET Compact FrameworkReceive(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.
(Inherited from TlsSocket.)
Public methodSupported by the .NET Compact FrameworkReceive(array<Byte>[]()[][], Int32, SocketFlags)
Receives the specified amount of data from a connected TlsSocket using the supplied flags.
(Inherited from TlsSocket.)
Public methodSupported by the .NET Compact FrameworkReceive(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.
(Inherited from TlsSocket.)

See Also