Specify True to ignore the certificate error and continue with establishing secure HTTP connection to the remote server.
[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: |
- IgnoreError