Share via


HttpBaseProtocolFilter.AllowUI Property

Definition

Get or set a value that indicates whether the HttpBaseProtocolFilter can prompt for user credentials when requested by the server.

public:
 property bool AllowUI { bool get(); void set(bool value); };
bool AllowUI();

void AllowUI(bool value);
public bool AllowUI { get; set; }
var boolean = httpBaseProtocolFilter.allowUI;
httpBaseProtocolFilter.allowUI = boolean;
Public Property AllowUI As Boolean

Property Value

Boolean

bool

A value that indicates whether HttpBaseProtocolFilter can prompt for user credentials when requested by the server.

This value is true if HttpBaseProtocolFilter can prompt for user credentials when requested; otherwise false. The default value is true.

Applies to