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(
|
| [Managed C++] |
|---|
public: void SetIgnoreError(
|
| [Java] |
|---|
public setIgnoreError(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetIgnoreError(
|
- IgnoreError