Method | Description | |
---|---|---|
Initialize ( ITestSite testSite ) : void |
Initialize ITestSite instance.
|
|
ValidateTransport ( string transProtocol ) : void |
Validate the transport between the client and the hosted cahce.
|
public static Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | The adapter's ITestSite instance. |
return | void |
public static ValidateTransport ( string transProtocol ) : void | ||
transProtocol | string | The transport protocol. |
return | void |