For Babelfish Release 1.12.3.10

RequestRequiresCredentials Property

Indicates if this request requires user credentials. Automatically set to True when the Request constructor using UserAuthentication is used.

Definition

Namespace: Scopos.BabelFish.Requests
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public bool RequiresCredentials { get; protected set; }

Property Value

Boolean

See Also