SslServerAuthenticationOptions.AllowTlsResume Property

Definition

Gets or sets a value that indicates whether the SslStream should allow TLS resumption.

public:
 property bool AllowTlsResume { bool get(); void set(bool value); };
public bool AllowTlsResume { get; set; }
member this.AllowTlsResume : bool with get, set
Public Property AllowTlsResume As Boolean

Property Value

Applies to