NSUrlSessionTaskTransactionMetrics.NegotiatedTlsProtocolVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindAs(typeof(System.Nullable<Security.SslProtocol>), OriginalType=typeof(Foundation.NSNumber))]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Security.SslProtocol? NegotiatedTlsProtocolVersion { [Foundation.Export("negotiatedTLSProtocolVersion", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<ObjCRuntime.BindAs(typeof(System.Nullable<Security.SslProtocol>), OriginalType=typeof(Foundation.NSNumber))>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("negotiatedTLSProtocolVersion", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.NegotiatedTlsProtocolVersion : Nullable<Security.SslProtocol>
Property Value
- Attributes