PreAuthenticate property

bool get PreAuthenticate
Gets or sets a value that indicates whether HTTP pre-authentication should be performed.

Implementation

bool get PreAuthenticate => this._preAuthenticate;
set PreAuthenticate (bool value)

Implementation

set PreAuthenticate(bool value) {
  this._preAuthenticate = value;
}