Advertisement
Guest User

Untitled

a guest
Nov 9th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. System.Net.WebException: Se ha terminado la conexión: Error inesperado de envío. ---> System.IO.IOException: Error de autenticación porque la parte remota cerró la secuencia de transporte.
  2. en System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
  3. en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
  4. en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
  5. en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
  6. en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
  7. en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
  8. en System.Net.TlsStream.CallProcessAuthentication(Object state)
  9. en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  10. en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  11. en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  12. en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
  13. en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  14. en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  15. en System.Net.ConnectStream.WriteHeaders(Boolean async)
  16. --- Fin del seguimiento de la pila de la excepción interna ---
  17. en System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
  18. en System.Net.WebClient.DownloadString(Uri address)
  19. en System.Net.WebClient.DownloadString(String address)
  20. en AnyDesk.login.button1_Click(Object sender, EventArgs e)
  21. en System.Windows.Forms.Control.OnClick(EventArgs e)
  22. en System.Windows.Forms.Button.OnClick(EventArgs e)
  23. en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  24. en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  25. en System.Windows.Forms.Control.WndProc(Message& m)
  26. en System.Windows.Forms.ButtonBase.WndProc(Message& m)
  27. en System.Windows.Forms.Button.WndProc(Message& m)
  28. en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  29. en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  30. en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement