Automobile.Mobile.iOS.Automation.iOSWebClient.CanAuthenticateAgainstProtectionSpace C# (CSharp) Method

CanAuthenticateAgainstProtectionSpace() public method

Tells the connection it can authenticate
public CanAuthenticateAgainstProtectionSpace ( NSUrlConnection connection, NSUrlProtectionSpace protectionSpace ) : bool
connection NSUrlConnection
protectionSpace NSUrlProtectionSpace
return bool
        public override bool CanAuthenticateAgainstProtectionSpace(NSUrlConnection connection, NSUrlProtectionSpace protectionSpace)
        {
            return protectionSpace.AuthenticationMethod == NSUrlProtectionSpace.AuthenticationMethodServerTrus;
        }