System.Net.Sockets.Tests.AgnosticListenerTest.AgnosticListenerTest C# (CSharp) 메소드

AgnosticListenerTest() 공개 메소드

public AgnosticListenerTest ( ITestOutputHelper _log ) : System.Net.Test.Common
_log ITestOutputHelper
리턴 System.Net.Test.Common
        public AgnosticListenerTest(ITestOutputHelper _log)
        {
            Assert.True(Capability.IPv4Support() && Capability.IPv6Support());
        }