Socket error 10094 – Graceful shutdown in progress // Socket error 11001 – Host not found //主机没有找到 Socket error 11002 – Non-authoritative host not found // 非授权的主机没有找到 Socket error 11003 – This is a non-recoverable error //这是个无法恢复的错误 Socket error 11004 – Va...
Socket error 10094 – Graceful shutdown in progress // Socket error 11001 – Host not found //主机没有找到 Socket error 11002 – Non-authoritative host not found // 非授权的主机没有找到 Socket error 11003 – This is a non-recoverable error //这是个无法恢复的错误 Socket error 11004 – Va...
Socket error 10094 – Graceful shutdown in progress // 过程中平滑关闭 Socket error 11001 – Host not found // 主机没有找到 Socket error 11002 – Non-authoritative host not found // 非授权的主机没有找到 Socket error 11003 – This is a non-recoverable error // 这是个无法恢复的错误 Socket ...
procedure TForm1.ClientSocket1Error(Sender: TObject; Socket: TCustomWinSocket; ErrorEvent: TErrorEvent; var ErrorCode: Integer);begin try ClientSocket1.Close; except end; Memo2.Lines.add(IntToStr(Socket.remotePort));end;吕雪松你的方法我试过了可是抱错 :asynchronous socket error 10061---来自:...
case 10093: error = "Successful WSASTARTUP not yet performed"; break; case 10071: error = "Too many levels of remote in path"; break; case 11001: error = "Host not found"; break; case 11002: error = "Non-Authoritative Host not found"; break; ...
Socket error 11002 – Non-authoritative host not found Socket error 11003 – This is a non-recoverable error Socket error 11004 – Valid name, no data record of requested type WSAEADDRINUSE (10048) Address already in use WSAECONNABORTED (10053) Software caused connection abort ...
Socket error 11002 - Non-authoritative host not found // 非授权的主机没有找到 Socket error 11003 - This is a non-recoverable error //这是个无法恢复的错误 Socket error 11004 - Valid name, no data record of requested type //请求的类型的名字或数据错误 ...
sckNotInitialized 10093 应首先调用 WinsockInit。 sckHostNotFound 11001 授权应答:未找到主机。 sckHostNotFoundTryAgain 11002 非授权应答:未找到主机。 sckNonRecoverableError 11003 不可恢复的错误。 sckNoData 11004 无效名,对所请求的类型无数据记录。
11001: AErrorMessage := @ERRORSTR_11001; 11002: AErrorMessage := @ERRORSTR_11002; 11003: AErrorMessage := @ERRORSTR_11003; 11004: AErrorMessage := @ERRORSTR_11004; else Param := AErrorCode; Windows.wvsprintf(AErrorMessage, '未知 %d', @Param); ...
Socket error 11001 – Host not found //主机没有找到 Socket error 11002 – Non-authoritative host not found // 非授权的主机没有找到 Socket error 11003 – This is a non-recoverable error //这是个无法恢复的错误 Socket error 11004 – Valid name, no data record of requested type //请求的类...