C# 클래스 Microsoft.Protocols.TestSuites.BranchCache.ContentInformationUtility

파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 메소드들

메소드 설명
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