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.24.2
Syntax public Nullable<SslVersion> SslVersion { get; }
Property Value
Type:
NullableSslVersionThe
SslVersion or null if it is not available.
See Also