ServiceRequestBase constructor

ServiceRequestBase(
  1. ExchangeService _service
)
Initializes a new instance of the The service.

Implementation

ServiceRequestBase(this._service) {
  this.ThrowIfNotSupportedByRequestedServerVersion();
}