HttpBaseProtocolFilter.AllowUI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.