CSharpUtilsTests.ScgiServerTest.TestScgiServer.TestScgiServer C# (CSharp) Метод

TestScgiServer() публичный Метод

public TestScgiServer ( string BindIp, int BindPort ) : System.Collections.Generic
BindIp string
BindPort int
Результат System.Collections.Generic
			public TestScgiServer(string BindIp, int BindPort) : base(BindIp, BindPort)
			{
			}
ScgiServerTest.TestScgiServer