SslServerAuthenticationOptions.AllowTlsResume 属性

定义

获取或设置一个值,该值指示 SslStream 是否应允许 TLS 恢复。

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

属性值

适用于