VssHttpRequestSettings.BypassProxyOnLocal Property

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Property BypassProxyOnLocal As Boolean
public bool BypassProxyOnLocal { get; set; }
public:
property bool BypassProxyOnLocal {
    bool get ();
    void set (bool value);
}
member BypassProxyOnLocal : bool with get, set
function get BypassProxyOnLocal () : boolean 
function set BypassProxyOnLocal (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VssHttpRequestSettings Class

Microsoft.VisualStudio.Services.Common Namespace