System.Net.Sockets.Tests.DualModeBase.DualModeBase C# (CSharp) Method

DualModeBase() protected method

protected DualModeBase ( ) : System.Net.Test.Common
return System.Net.Test.Common
        protected DualModeBase()
        {
            _log = TestLogging.GetInstance();
            Assert.True(Capability.IPv4Support() && Capability.IPv6Support());
        }