NuGetSetProxy.

SetProxy(string, string, string, NuGetSetProxySettings) Method

Summary

Set the proxy settings to be used while connecting to your NuGet feed.

Syntax

public void SetProxy(string url, string username, string password, NuGetSetProxySettings settings)

Parameters

Name Type Description
url string The url of the proxy.
username string The username used to access the proxy.
password string The password used to access the proxy.
settings NuGetSetProxySettings The settings.

Return Value

Type Description
void