Microsoft.Protocols.TestSuites.BranchCache.ContentInformationUtility.ContentInformationUtility C# (CSharp) Method

ContentInformationUtility() public method

public ContentInformationUtility ( ITestSite testSite, TestConfig testConfig, ISUTControlAdapter sutControlAdapter ) : System
testSite ITestSite
testConfig Microsoft.Protocols.TestSuites.BranchCache.TestSuite.TestConfig
sutControlAdapter ISUTControlAdapter
return System
        public ContentInformationUtility(ITestSite testSite, TestConfig testConfig, ISUTControlAdapter sutControlAdapter)
        {
            this.testSite = testSite;
            this.testConfig = testConfig;
            this.sutControlAdapter = sutControlAdapter;
        }