C# 클래스 Microsoft.Protocols.TestSuites.BranchCache.ReceivedPccrrRequestEventArg

Receive Pccrr request message handle.
상속: System.EventArgs
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 메소드들

메소드 설명
ReceivedPccrrRequestEventArg ( int pccrrListenPort, byte firstSegmentID ) : System

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

메소드 상세

ReceivedPccrrRequestEventArg() 공개 메소드

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
리턴 System