Table of Contents

Class ServiceIndexEntry

Namespace
NuGet.Protocol
Assembly
NuGet.Protocol.dll
public class ServiceIndexEntry
Inheritance
ServiceIndexEntry
Inherited Members
Extension Methods

Constructors

ServiceIndexEntry(Uri, string, SemanticVersion)

public ServiceIndexEntry(Uri serviceUri, string serviceType, SemanticVersion clientVersion)

Parameters

serviceUri Uri
serviceType string
clientVersion SemanticVersion

Properties

ClientVersion

public SemanticVersion ClientVersion { get; }

Property Value

SemanticVersion

Type

public string Type { get; }

Property Value

string

Uri

public Uri Uri { get; }

Property Value

Uri