C# Класс Microsoft.Protocols.TestSuites.BranchCache.HostedCacheServer.PccrrTestServerV1

Наследование: PccrrTestServer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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

Защищенные методы

Метод Описание
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 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
Результат void

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

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
Результат void