Table of Contents

Class SetCredentialsRequest

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class SetCredentialsRequest
Inheritance
SetCredentialsRequest
Inherited Members
Extension Methods

Constructors

SetCredentialsRequest(string, string, string, string, string)

public SetCredentialsRequest(string packageSourceRepository, string proxyUsername, string proxyPassword, string username, string password)

Parameters

packageSourceRepository string
proxyUsername string
proxyPassword string
username string
password string

Properties

PackageSourceRepository

public string PackageSourceRepository { get; }

Property Value

string

Password

public string Password { get; }

Property Value

string

ProxyPassword

public string ProxyPassword { get; }

Property Value

string

ProxyUsername

public string ProxyUsername { get; }

Property Value

string

Username

public string Username { get; }

Property Value

string