C# Class Microsoft.Protocols.TestSuites.BranchCache.ServiceProperty

The properties of service
显示文件 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Address string
BlockCount string
MetadataVersion uint
Scopes string
Types string
XAddrs string

Public Methods

Method Description
ServiceProperty ( string address, string type, string scope, string xAddrs, uint metadataVersion, string blockCount ) : System

Initializes a new instance of the ServiceProperty class

Method Details

ServiceProperty() public method

Initializes a new instance of the ServiceProperty class
public ServiceProperty ( string address, string type, string scope, string xAddrs, uint metadataVersion, string blockCount ) : System
address string Identifies the responding device
type string Represents the list of discovery provider types.
scope string Represents the list of discovery provider scopes
xAddrs string Contains the list of transport URIs supported by the peer responding /// to the Probe message (with a ProbeMatch message).
metadataVersion uint The current metadata version
blockCount string The block count
return System

Property Details

Address public_oe property

Identifies the responding device
public string Address
return string

BlockCount public_oe property

The block count
public string BlockCount
return string

MetadataVersion public_oe property

The current metadata version
public uint MetadataVersion
return uint

Scopes public_oe property

Represents the list of discovery provider scopes
public string Scopes
return string

Types public_oe property

Represents the list of discovery provider types.
public string Types
return string

XAddrs public_oe property

Contains the list of transport URIs supported by the peer responding to the Probe message (with a ProbeMatch message).
public string XAddrs
return string