AutodiscoverRequest constructor

AutodiscoverRequest(
  1. AutodiscoverService _service,
  2. Uri? _url
)
Initializes a new instance of the Autodiscover service associated with this request. URL of Autodiscover service.

Implementation

AutodiscoverRequest(this._service, this._url);