C# Class MyGetMirror.MyGetUrlBuilder

Mostra file Open project: NuGet/Entropy Class Usage Examples

Public Methods

Method Description
GetNuGetPushUrl ( ) : string
GetSymbolsUrl ( PackageIdentity identity ) : string
GetVsixPushUrl ( ) : string
GetVsixUrl ( ) : string
GetVsixUrl ( string id, string version ) : string
MyGetUrlBuilder ( string source ) : System

Private Methods

Method Description
GetBaseUrl ( string source ) : string
GetBaseUrlWithoutPreAuth ( string baseUrl ) : string

Method Details

GetNuGetPushUrl() public method

public GetNuGetPushUrl ( ) : string
return string

GetSymbolsUrl() public method

public GetSymbolsUrl ( PackageIdentity identity ) : string
identity PackageIdentity
return string

GetVsixPushUrl() public method

public GetVsixPushUrl ( ) : string
return string

GetVsixUrl() public method

public GetVsixUrl ( ) : string
return string

GetVsixUrl() public method

public GetVsixUrl ( string id, string version ) : string
id string
version string
return string

MyGetUrlBuilder() public method

public MyGetUrlBuilder ( string source ) : System
source string
return System