PackWebRequest::PreAuthenticate Property
.NET Framework (current version)
Gets or sets a value that indicates whether to preauthenticate the request.
Assembly: PresentationCore (in PresentationCore.dll)
public: property bool PreAuthenticate { virtual bool get() override; virtual void set(bool value) override; }
Property Value
Type: System::Booleantrue to send a WWW-authenticate HTTP header with the initial request; otherwise, false.
The PreAuthenticate property returns false for requests resolved from the PackageStore cache; there is no pre-authentication scheme for the pack URI protocol.
The PreAuthenticate property is shared with the inner WebRequest (GetInnerRequest).
.NET Framework
Available since 3.0
Available since 3.0
Show: