Operation already in progress.
[Visual Basic] Public Const WSAEALREADY As Integer [C#] public const int WSAEALREADY; [C++] public: const int WSAEALREADY; [JScript] public var WSAEALREADY : int;
An operation was attempted on a non-blocking socket with an operation already in process, such as calling Connect a second time on a non-blocking socket that is already connecting or canceling an asynchronous request that has already completed or been canceled.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace