Winsock Error Codes - Brought to you by Winsock-Error.com

10111 "Call was canceled."

WSA_E_CANCELLED (Winsock error number: 10111)

Microsoft say this about Winsock error 10111 - WSA_E_CANCELLED:

A call to the WSALookupServiceEnd function was made while this call was still processing. The call has been canceled.

Full details of Winsock TCP error 10111 - WSA_E_CANCELLED:

No further winsock error code information is available beyond the default message of....

Call was canceled.

   
This page is designed to help you to understand Winsock TCP error 10111. It will not necessarily mean you can instantly fix issues when your computer tells you that Winsock is having problems with code 10111, rather it will give you the necessary background information to help solve the matter.

Programming declarations for 10111 (WSA_E_CANCELLED):

C#
long WSA_E_CANCELLED = 10111 ;

VB.net
Dim WSA_E_CANCELLED As Long = 10111

VB6
Dim WSA_E_CANCELLED As Long
WSA_E_CANCELLED = 10111