C# 클래스 Microsoft.Protocols.TestSuites.BranchCache.HostedCacheServer.PccrrTestServerV2

상속: PccrrTestServer
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Start ( int port, CryptoAlgoId_Values cryptoAlgoId, Content_Information_Data_Structure_V2 contentInformationV2, byte content, EventQueue eventQueue ) : void

보호된 메소드들

메소드 설명
HandlePccrrGETBLKSRequestPacket ( PccrrGETBLKSRequestPacket pccrrGetBlkRequest ) : void
HandlePccrrGetSegListRequestPacket ( PccrrGetSegListRequestPacket pccrrGetSegListRequest ) : void

메소드 상세

HandlePccrrGETBLKSRequestPacket() 보호된 메소드

protected HandlePccrrGETBLKSRequestPacket ( PccrrGETBLKSRequestPacket pccrrGetBlkRequest ) : void
pccrrGetBlkRequest Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.PccrrGETBLKSRequestPacket
리턴 void

HandlePccrrGetSegListRequestPacket() 보호된 메소드

protected HandlePccrrGetSegListRequestPacket ( PccrrGetSegListRequestPacket pccrrGetSegListRequest ) : void
pccrrGetSegListRequest Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.PccrrGetSegListRequestPacket
리턴 void

Start() 공개 메소드

public Start ( int port, CryptoAlgoId_Values cryptoAlgoId, Content_Information_Data_Structure_V2 contentInformationV2, byte content, EventQueue eventQueue ) : void
port int
cryptoAlgoId CryptoAlgoId_Values
contentInformationV2 Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure_V2
content byte
eventQueue EventQueue
리턴 void