C# Class Microsoft.Protocols.TestSuites.BranchCache.HostedCacheServer.PccrrTestServerV1

Inheritance: PccrrTestServer
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Start ( int port, CryptoAlgoId_Values cryptoAlgoId, Content_Information_Data_Structure contentInformation, byte content, EventQueue eventQueue ) : void
Start ( int port, CryptoAlgoId_Values cryptoAlgoId, ProtoVersion protoVersion, Content_Information_Data_Structure contentInformation, byte content, EventQueue eventQueue ) : void

Méthodes protégées

Méthode Description
HandlePccrrGETBLKSRequestPacket ( PccrrGETBLKSRequestPacket pccrrGetBlkRequest ) : void
HandlePccrrGetSegListRequestPacket ( PccrrGetSegListRequestPacket pccrrGetSegListRequest ) : void

Method Details

HandlePccrrGETBLKSRequestPacket() protected méthode

protected HandlePccrrGETBLKSRequestPacket ( PccrrGETBLKSRequestPacket pccrrGetBlkRequest ) : void
pccrrGetBlkRequest Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.PccrrGETBLKSRequestPacket
Résultat void

HandlePccrrGetSegListRequestPacket() protected méthode

protected HandlePccrrGetSegListRequestPacket ( PccrrGetSegListRequestPacket pccrrGetSegListRequest ) : void
pccrrGetSegListRequest Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.PccrrGetSegListRequestPacket
Résultat void

Start() public méthode

public Start ( int port, CryptoAlgoId_Values cryptoAlgoId, Content_Information_Data_Structure contentInformation, byte content, EventQueue eventQueue ) : void
port int
cryptoAlgoId CryptoAlgoId_Values
contentInformation Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure
content byte
eventQueue EventQueue
Résultat void

Start() public méthode

public Start ( int port, CryptoAlgoId_Values cryptoAlgoId, ProtoVersion protoVersion, Content_Information_Data_Structure contentInformation, byte content, EventQueue eventQueue ) : void
port int
cryptoAlgoId CryptoAlgoId_Values
protoVersion Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.ProtoVersion
contentInformation Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure
content byte
eventQueue EventQueue
Résultat void