System.Net.Sockets.MultipleConnectAsync.GetNextAddress C# (CSharp) Method

GetNextAddress() protected abstract method

protected abstract GetNextAddress ( Socket &attemptSocket ) : IPAddress
attemptSocket Socket
return System.Net.IPAddress
        protected abstract IPAddress GetNextAddress(out Socket attemptSocket);
    }