Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSend(ArraySegment<(Of <<'(Byte>)>>))
Sends data to a connected TlsSocket.
(Inherited from TlsSocket.)
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[][])
Sends data to a connected TlsSocket.
(Inherited from TlsSocket.)
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[][], SocketFlags)
Sends data to a connected TlsSocket using the supplied flags.
(Inherited from TlsSocket.)
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[][], Int32, Int32)
Sends the specified amount of data to a connected TlsSocket starting at the indicated location in the data and using the supplied flags.
(Inherited from TlsSocket.)
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[][], Int32, SocketFlags)
Sends the specified amount of data to a connected TlsSocket using the supplied flags.
(Inherited from TlsSocket.)
Public methodSupported by the .NET Compact FrameworkSend(array<Byte>[]()[][], Int32, Int32, SocketFlags)
Sends the specified amount of data to a connected TlsSocket starting at the indicated location in the data and using the supplied flags.
(Inherited from TlsSocket.)

See Also