C# Class Microsoft.Protocols.TestSuites.BranchCache.ReceivedPccrrRequestEventArg

Receive Pccrr request message handle.
Inheritance: System.EventArgs
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Methods

Method Description
ReceivedPccrrRequestEventArg ( int pccrrListenPort, byte firstSegmentID ) : System

Initializes a new instance of the ReceivedPccrrRequestEventArg class Receive Pccrr request message handle.

Method Details

ReceivedPccrrRequestEventArg() public method

Initializes a new instance of the ReceivedPccrrRequestEventArg class Receive Pccrr request message handle.
public ReceivedPccrrRequestEventArg ( int pccrrListenPort, byte firstSegmentID ) : System
pccrrListenPort int The pccrr protocol used port
firstSegmentID byte The segmentID inclued in pccrr request
return System