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

Inheritance: PccrrTestServer
Mostrar archivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
HandlePccrrGETBLKSRequestPacket ( PccrrGETBLKSRequestPacket pccrrGetBlkRequest ) : void
HandlePccrrGetSegListRequestPacket ( PccrrGetSegListRequestPacket pccrrGetSegListRequest ) : void

Method Details

HandlePccrrGETBLKSRequestPacket() protected method

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

HandlePccrrGetSegListRequestPacket() protected method

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

Start() public method

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
return void

Start() public method

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
return void