“The operation has timed out” error when login via DocuSign api in C#

前端 未结 1 1612
鱼传尺愫
鱼传尺愫 2021-01-03 01:35

I\'m getting the following error since 31/05/2018 from the DocuSign API on login.

DocuSign.eSign.Client.ApiException: \'Error calling Login: The opera

1条回答
  •  暖寄归人
    2021-01-03 01:54

    DocuSign Support Website

    For more details please read the link

    Code Change

    Please do this following changes (in red box) in your code.

    Quick Fix

    Code Line

      ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
    

    Please ensure using System.Net; exists in your namespace.

    0 讨论(0)
提交回复
热议问题