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

Datei anzeigen 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_oe property

public int ClientContentRetrievalListenPort
return int

ClientPeerComputerName public_oe property

public string ClientPeerComputerName
return string

ContentServerComputerName public_oe property

public string ContentServerComputerName
return string

ContentServerHTTPListenPort public_oe property

public int ContentServerHTTPListenPort
return int

ContentTransport public_oe property

public ContentInformationTransport ContentTransport
return ContentInformationTransport

DomainName public_oe property

public string DomainName
return string

FileShareLocalPath public_oe property

public string FileShareLocalPath
return string

HashLevelType public_oe property

public ServerHashLevel HashLevelType
return ServerHashLevel

HostedCacheServerComputerName public_oe property

public string HostedCacheServerComputerName
return string

HostedCacheServerHTTPListenPort public_oe property

public int HostedCacheServerHTTPListenPort
return int

HostedCacheServerHTTPSListenPort public_oe property

public int HostedCacheServerHTTPSListenPort
return int

NameOfFileWithMultipleBlocks public_oe property

public string NameOfFileWithMultipleBlocks
return string

NameOfFileWithMultipleSegments public_oe property

public string NameOfFileWithMultipleSegments
return string

NameOfFileWithSingleBlock public_oe property

public string NameOfFileWithSingleBlock
return string

NegativeTestTimeout public_oe property

public TimeSpan,System NegativeTestTimeout
return System.TimeSpan

RetryInterval public_oe property

public TimeSpan,System RetryInterval
return System.TimeSpan

SecurityPackageType public_oe property

public SecurityPackageType SecurityPackageType
return SecurityPackageType

ServerSecret public_oe property

public byte[] ServerSecret
return byte[]

SharedFolderName public_oe property

public string SharedFolderName
return string

SupportBranchCacheV1 public_oe property

public bool SupportBranchCacheV1
return bool

SupportBranchCacheV2 public_oe property

public bool SupportBranchCacheV2
return bool

SupportFileShareForcedHashGeneration public_oe property

public bool SupportFileShareForcedHashGeneration
return bool

SupportWebsiteForcedHashGeneration public_oe property

public bool SupportWebsiteForcedHashGeneration
return bool

Timeout public_oe property

public TimeSpan,System Timeout
return System.TimeSpan

UserName public_oe property

public string UserName
return string

UserPassword public_oe property

public string UserPassword
return string

WebsiteLocalPath public_oe property

public string WebsiteLocalPath
return string