Gets the entity.

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

Syntax

Visual Basic
Public ReadOnly Property Entity As TlsConnectionEnd
	Get
C#
public TlsConnectionEnd Entity { get; }

Field Value

Entity.

Remarks

Entity is Client for client sockets and Server for server sockets.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also