RequestMessage.PreAuthenticate

RequestMessage.PreAuthenticate property

Gets or sets a value that indicates whether to send an Authorization header with the request.

public bool PreAuthenticate { get; set; }

Property Value

true to send an HTTP Authorization header with requests after authentication has taken place; otherwise, false. The default is false.

See Also