VssHttpRequestSettings.SuppressFedAuthRedirects Property

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VssHttpRequestSettings Class

Microsoft.VisualStudio.Services.Common Namespace