Property | Type | Description | |
---|---|---|---|
Address | string | ||
BlockCount | string | ||
MetadataVersion | uint | ||
Scopes | string | ||
Types | string | ||
XAddrs | string |
Method | Description | |
---|---|---|
ServiceProperty ( string address, string type, string scope, string xAddrs, uint metadataVersion, string blockCount ) : System |
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 |