C# Class Microsoft.Protocols.TestSuites.Pchc.PchcBothRoleCaptureCode

Verify the both client and server role requirements of MS-PCHC.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
Initialize ( ITestSite testSite ) : void

Initialize ITestSite instance.

ValidateTransport ( string transProtocol ) : void

Validate the transport between the client and the hosted cahce.

Method Details

Initialize() public static method

Initialize ITestSite instance.
public static Initialize ( ITestSite testSite ) : void
testSite ITestSite The adapter's ITestSite instance.
return void

ValidateTransport() public static method

Validate the transport between the client and the hosted cahce.
public static ValidateTransport ( string transProtocol ) : void
transProtocol string The transport protocol.
return void