NSUrlAuthenticationChallenge.Sender 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.
Caution
Use 'SenderObject' instead, this property has the wrong type.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSUrlConnection Sender { [Foundation.Export("sender")] get; }
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[System.Obsolete("Use 'SenderObject' instead, this property has the wrong type.", false)]
public virtual Foundation.NSUrlConnection Sender { [Foundation.Export("sender")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("sender")>]
member this.Sender : Foundation.NSUrlConnection
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("sender")>]
[<System.Obsolete("Use 'SenderObject' instead, this property has the wrong type.", false)>]
member this.Sender : Foundation.NSUrlConnection
Property Value
- Attributes