Gets or sets a value indicating whether to reuse TLS/SSL sessions for data transfers. Default value is true.
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
| Visual Basic |
|---|
Public Property SslReuseSessions As Boolean Get Set |
| C# |
|---|
public bool SslReuseSessions { get; set; } |