C# Класс Microsoft.Protocols.TestSuites.BranchCache.ContentInformationUtility

Показать файл Открыть проект

Открытые методы

Метод Описание
ClearContentServerHash ( ) : void
ContentInformationUtility ( ITestSite testSite, TestConfig testConfig, ISUTControlAdapter sutControlAdapter ) : System
CreateContentInformationV1 ( ) : Content_Information_Data_Structure
CreateContentInformationV2 ( ) : Content_Information_Data_Structure_V2
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, Content_Information_Data_Structure contentInfo ) : void
VerifyHashGenerationV2 ( byte content, Content_Information_Data_Structure_V2 contentInfoV2 ) : void

Описание методов

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

public ClearContentServerHash ( ) : void
Результат void

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

public ContentInformationUtility ( ITestSite testSite, TestConfig testConfig, ISUTControlAdapter sutControlAdapter ) : System
testSite ITestSite
testConfig Microsoft.Protocols.TestSuites.BranchCache.TestSuite.TestConfig
sutControlAdapter ISUTControlAdapter
Результат System

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

public CreateContentInformationV1 ( ) : Content_Information_Data_Structure
Результат Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure

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

public CreateContentInformationV2 ( ) : Content_Information_Data_Structure_V2
Результат Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure_V2

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

public ForceTriggerContentServerHashGeneration ( ) : void
Результат void

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

public ForceTriggerContentServerHashGeneration ( string filename ) : void
filename string
Результат void

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

public RetrieveContentData ( ) : byte[]
Результат byte[]

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

public RetrieveContentData ( string filename ) : byte[]
filename string
Результат byte[]

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

public RetrieveContentInformation ( BranchCacheVersion version ) : byte[]
version BranchCacheVersion
Результат byte[]

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

public RetrieveContentInformation ( BranchCacheVersion version, string filename ) : byte[]
version BranchCacheVersion
filename string
Результат byte[]

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

public VerifyContentInformation ( byte content, byte contentInformation, BranchCacheVersion version ) : void
content byte
contentInformation byte
version BranchCacheVersion
Результат void

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

public VerifyHashGenerationV1 ( byte content, Content_Information_Data_Structure contentInfo ) : void
content byte
contentInfo Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure
Результат void

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

public VerifyHashGenerationV2 ( byte content, Content_Information_Data_Structure_V2 contentInfoV2 ) : void
content byte
contentInfoV2 Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure_V2
Результат void