TlsServerSocket.Entity Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 8.0.9673)
Entity
Gets the entity. Inherited from TlsSocket.
Declaration
public TlsConnectionEnd Entity { get; }
Property Value
| Type | Description |
|---|---|
| TlsConnectionEnd | Entity. |
Remarks
Entity is Client for client sockets and Server for server sockets.