Метод | Описание | |
---|---|---|
ClearContentServerHash ( ) : void | ||
ContentInformationUtility ( ITestSite testSite, TestConfig testConfig, ISUTControlAdapter sutControlAdapter ) : System | ||
CreateContentInformationV1 ( ) : |
||
CreateContentInformationV2 ( ) : |
||
ForceTriggerContentServerHashGeneration ( ) : void | ||
ForceTriggerContentServerHashGeneration ( string filename ) : void | ||
RetrieveContentData ( ) : byte[] | ||
RetrieveContentData ( string filename ) : byte[] | ||
RetrieveContentInformation ( BranchCacheVersion version ) : byte[] | ||
RetrieveContentInformation ( BranchCacheVersion version, string filename ) : byte[] | ||
VerifyContentInformation ( byte content, byte contentInformation, BranchCacheVersion version ) : void | ||
VerifyHashGenerationV1 ( byte content, |
||
VerifyHashGenerationV2 ( byte content, |
public ContentInformationUtility ( ITestSite testSite, TestConfig testConfig, ISUTControlAdapter sutControlAdapter ) : System | ||
testSite | ITestSite | |
testConfig | Microsoft.Protocols.TestSuites.BranchCache.TestSuite.TestConfig | |
sutControlAdapter | ISUTControlAdapter | |
Результат | System |
public CreateContentInformationV1 ( ) : |
||
Результат |
public CreateContentInformationV2 ( ) : |
||
Результат |
public ForceTriggerContentServerHashGeneration ( ) : void | ||
Результат | void |
public ForceTriggerContentServerHashGeneration ( string filename ) : void | ||
filename | string | |
Результат | void |
public RetrieveContentData ( string filename ) : byte[] | ||
filename | string | |
Результат | byte[] |
public RetrieveContentInformation ( BranchCacheVersion version ) : byte[] | ||
version | BranchCacheVersion | |
Результат | byte[] |
public RetrieveContentInformation ( BranchCacheVersion version, string filename ) : byte[] | ||
version | BranchCacheVersion | |
filename | string | |
Результат | byte[] |
public VerifyContentInformation ( byte content, byte contentInformation, BranchCacheVersion version ) : void | ||
content | byte | |
contentInformation | byte | |
version | BranchCacheVersion | |
Результат | void |
public VerifyHashGenerationV1 ( byte content, |
||
content | byte | |
contentInfo | ||
Результат | void |
public VerifyHashGenerationV2 ( byte content, |
||
content | byte | |
contentInfoV2 | ||
Результат | void |