ProGet SDK Reference
Version:

Connector Class

Represents a ProGet connector.

Inheritance Hierarchy

  • object
    • Inedo.ProGet.Feeds.Connector

Syntax

public class Connector : System.IDisposable

Properties

Name Description
AllowFilters

Gets the package whitelist.

ConnectorId

Gets the connector ID.

ConnectorName

Gets the connector name.

ConnectorUrl

Gets the connector URL.

DenyFilters

Gets the package blacklist.

FeedType

Gets the connector feed type.

Password

Gets the password for the connector.

Timeout

Gets the timeout for the connector.

UserName

Gets the user name for the connector.

Methods

Name Description
Dispose(bool disposing)

Releases resources used by the connector.

GetConnector(Inedo.ProGet.Data.Tables.Connectors dbConnector)
GetPackageCountAsync

Returns the total number of packages in the remote feed.

IsPackageIncluded(string packageName)

Returns a value indicating whether the specified package name is not excluded by filtering.