Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PackWebRequest::PreAuthenticate Property

 

Gets or sets a value that indicates whether to preauthenticate the request.

Namespace:   System.IO.Packaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool PreAuthenticate {
	virtual bool get() override;
	virtual void set(bool value) override;
}

Property Value

Type: System::Boolean

true 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
Return to top
Show:
© 2017 Microsoft