WebConnectionStringBuilderLoginPrompt Property

Gets or sets whether the user is prompted for credentials if the credentials are not supplied.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public WebConnectionStringBuilderLoginPromptType LoginPrompt { get; set; }

Property Value

WebConnectionStringBuilderLoginPromptType

Remarks

Required only with a web service configured for OAuth authentication.

See Also