Class ServiceIndexEntry
public class ServiceIndexEntry
- Inheritance
-
ServiceIndexEntry
- Inherited Members
- Extension Methods
Constructors
ServiceIndexEntry(Uri, string, SemanticVersion)
public ServiceIndexEntry(Uri serviceUri, string serviceType, SemanticVersion clientVersion)
Parameters
serviceUri
UriserviceType
stringclientVersion
SemanticVersion
Properties
ClientVersion
public SemanticVersion ClientVersion { get; }
Property Value
- SemanticVersion
Type
public string Type { get; }
Property Value
Uri
public Uri Uri { get; }
Property Value
- Uri