Table of Contents

Class GetAuthenticationCredentialsRequest

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

Constructors

GetAuthenticationCredentialsRequest(Uri, bool, bool, bool)

public GetAuthenticationCredentialsRequest(Uri uri, bool isRetry, bool isNonInteractive, bool canShowDialog)

Parameters

uri Uri
isRetry bool
isNonInteractive bool
canShowDialog bool

Properties

CanShowDialog

public bool CanShowDialog { get; }

Property Value

bool

IsNonInteractive

public bool IsNonInteractive { get; }

Property Value

bool

IsRetry

public bool IsRetry { get; }

Property Value

bool

Uri

public Uri Uri { get; }

Property Value

Uri