PreAuthenticate property

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

Implementation

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

Implementation

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