System.Net.Sockets.MultipleConnectAsync.GetNextAddress C# (CSharp) 메소드

GetNextAddress() 보호된 추상적인 메소드

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