HttpChallengeHeaderValue.Parameters Property

Definition

Gets the credentials that contain the authentication information of the user agent for the resource being requested.

public:
 property IVector<HttpNameValueHeaderValue ^> ^ Parameters { IVector<HttpNameValueHeaderValue ^> ^ get(); };
IVector<HttpNameValueHeaderValue> Parameters();
public IList<HttpNameValueHeaderValue> Parameters { get; }
var iVector = httpChallengeHeaderValue.parameters;
Public ReadOnly Property Parameters As IList(Of HttpNameValueHeaderValue)

Property Value

The credentials that contain the authentication information.

Applies to