STK XSend comments on this topic.
SetIgnoreError Method (AgSTKXSSLCertificateErrorEventArgs)
See Also 
IgnoreError
Windows






Windows & Linux

Description

Specify True to ignore the certificate error and continue with establishing secure HTTP connection to the remote server.

Syntax

[Visual Basic .NET]
Public Sub SetIgnoreError( _
   ByVal IgnoreError As Boolean _
) 
[C#]
public void SetIgnoreError(
   bool IgnoreError
);
[Managed C++]
public: void SetIgnoreError(
   bool IgnoreError
);
[Java]
public  setIgnoreError(
   bool IgnoreError
);
[Unmanaged C++]
public: HRESULT SetIgnoreError(
   VARIANT_BOOL IgnoreError
);

Parameters

IgnoreError

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.