TlsParameters.Session Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Session
Gets or sets the session to resume (client side only).
Declaration
public TlsSession Session { get; set; }
Property Value
Type | Description |
---|---|
TlsSession | The session to resume. |