Represents a server-side TLS-enabled TCP socket.

Namespace:  Rebex.Net
Assembly:  Rebex.Tls (in Rebex.Tls.dll)

Syntax

Visual Basic
Public Class TlsServerSocket _
	Inherits TlsSocket
C#
public class TlsServerSocket : TlsSocket

Remarks

This class is suitable for securing your socket communication using TLS 1.3, TLS 1.2, TLS 1.1 and TLS 1.0 protocols.

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..TlsSocket
    Rebex.Net..::..TlsServerSocket

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also