Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.01 KB

httpcredentialsheadervalue_parameters.md

File metadata and controls

25 lines (17 loc) · 1.01 KB
-api-id -api-type
P:Windows.Web.Http.Headers.HttpCredentialsHeaderValue.Parameters
winrt property

Windows.Web.Http.Headers.HttpCredentialsHeaderValue.Parameters

-description

Gets a set of name/value pairs included in the Authorization or Proxy-Authorization HTTP header.

-property-value

A set of name/value pairs.

-remarks

The Parameters property gets a set of name/value pairs of the credentials containing the authentication information of the user agent for the resource being requested.

An HttpCredentialsHeaderValue object has a Scheme and either a Token or a Parameters list. So either the Parameters property is an empty collection or the Token property is an empty string.

-examples

-see-also