STK XSend comments on this topic.
SetIgnoreError Method (IAgSTKXSSLCertificateErrorEventArgs)
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
);
[Unmanaged C++]
public: HRESULT SetIgnoreError(
    VARIANT_BOOL IgnoreError
);
[Java]
public void setIgnoreError(
    bool IgnoreError
);
[Python - STK API ]
def SetIgnoreError(self, IgnoreError:bool) -> None:

Parameters

IgnoreError

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.