Exception raised for an incomplete socket transmission.
EIdNotAllBytesSent = class(EIdSocketHandleError);
EIdNotAllBytesSent is an EIdSocketHandleError descendant that represents the exception raised when TIdSocketHandle is unable to send all bytes in a transmission to the peer connection.
EIdNotAllBytesSent is raised in TIdStackWindows.WSSendTo when the WinSock SendTo() API returns a value (other than Id_SOCKET_ERROR) that does not match the length of send buffer.
EIdNotAllBytesSent used the resource string in RSNotAllBytesSent to construct the message for the exception.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |