C# Class Microsoft.Protocols.TestSuites.BranchCache.TestSuite.TestConfig

Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ClientContentRetrievalListenPort int
ClientPeerComputerName string
ContentServerComputerName string
ContentServerHTTPListenPort int
ContentTransport ContentInformationTransport
DomainName string
FileShareLocalPath string
HashLevelType ServerHashLevel
HostedCacheServerComputerName string
HostedCacheServerHTTPListenPort int
HostedCacheServerHTTPSListenPort int
NameOfFileWithMultipleBlocks string
NameOfFileWithMultipleSegments string
NameOfFileWithSingleBlock string
NegativeTestTimeout System.TimeSpan
RetryInterval System.TimeSpan
SecurityPackageType SecurityPackageType
ServerSecret byte[]
SharedFolderName string
SupportBranchCacheV1 bool
SupportBranchCacheV2 bool
SupportFileShareForcedHashGeneration bool
SupportWebsiteForcedHashGeneration bool
Timeout System.TimeSpan
UserName string
UserPassword string
WebsiteLocalPath string

Public Methods

Method Description
TestConfig ( ITestSite site ) : System

Private Methods

Method Description
GetFQDNOrNetBiosName ( string computerName ) : string

Method Details

TestConfig() public method

public TestConfig ( ITestSite site ) : System
site ITestSite
return System

Property Details

ClientContentRetrievalListenPort public property

public int ClientContentRetrievalListenPort
return int

ClientPeerComputerName public property

public string ClientPeerComputerName
return string

ContentServerComputerName public property

public string ContentServerComputerName
return string

ContentServerHTTPListenPort public property

public int ContentServerHTTPListenPort
return int

ContentTransport public property

public ContentInformationTransport ContentTransport
return ContentInformationTransport

DomainName public property

public string DomainName
return string

FileShareLocalPath public property

public string FileShareLocalPath
return string

HashLevelType public property

public ServerHashLevel HashLevelType
return ServerHashLevel

HostedCacheServerComputerName public property

public string HostedCacheServerComputerName
return string

HostedCacheServerHTTPListenPort public property

public int HostedCacheServerHTTPListenPort
return int

HostedCacheServerHTTPSListenPort public property

public int HostedCacheServerHTTPSListenPort
return int

NameOfFileWithMultipleBlocks public property

public string NameOfFileWithMultipleBlocks
return string

NameOfFileWithMultipleSegments public property

public string NameOfFileWithMultipleSegments
return string

NameOfFileWithSingleBlock public property

public string NameOfFileWithSingleBlock
return string

NegativeTestTimeout public property

public TimeSpan,System NegativeTestTimeout
return System.TimeSpan

RetryInterval public property

public TimeSpan,System RetryInterval
return System.TimeSpan

SecurityPackageType public property

public SecurityPackageType SecurityPackageType
return SecurityPackageType

ServerSecret public property

public byte[] ServerSecret
return byte[]

SharedFolderName public property

public string SharedFolderName
return string

SupportBranchCacheV1 public property

public bool SupportBranchCacheV1
return bool

SupportBranchCacheV2 public property

public bool SupportBranchCacheV2
return bool

SupportFileShareForcedHashGeneration public property

public bool SupportFileShareForcedHashGeneration
return bool

SupportWebsiteForcedHashGeneration public property

public bool SupportWebsiteForcedHashGeneration
return bool

Timeout public property

public TimeSpan,System Timeout
return System.TimeSpan

UserName public property

public string UserName
return string

UserPassword public property

public string UserPassword
return string

WebsiteLocalPath public property

public string WebsiteLocalPath
return string