Microsoft.WindowsAzure.Commands.Test.Utilities.Common.TestBase.AnyIpPort C# (CSharp) Method

AnyIpPort() protected static method

protected static AnyIpPort ( ) : int
return int
        protected static int AnyIpPort()
        {
            return new Random().Next(ushort.MaxValue);
        }