Class SetCredentialsRequest
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
packageSourceRepositorystringproxyUsernamestringproxyPasswordstringusernamestringpasswordstring
Properties
PackageSourceRepository
public string PackageSourceRepository { get; }
Property Value
Password
public string Password { get; }
Property Value
ProxyPassword
public string ProxyPassword { get; }
Property Value
ProxyUsername
public string ProxyUsername { get; }
Property Value
Username
public string Username { get; }