Click or drag to resize

UrlRequestSslVersion Property

Gets the SSL connection version used to make this request if it is available and the current request represents an HTTPS request.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Nullable<SslVersion> SslVersion { get; }

Property Value

Type: NullableSslVersion
The SslVersion or null if it is not available.
See Also