GetDomainSettingsRequest class
- Inheritance
-
- Object
- AutodiscoverRequest
- GetDomainSettingsRequest
Constructors
- GetDomainSettingsRequest(AutodiscoverService service, Uri? url)
- Initializes a new instance of the
Properties
-
Domains
↔ List<
String> ? -
Gets or sets the domains.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- RequestedVersion ↔ ExchangeVersion?
-
Gets or sets the RequestedVersion.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- Service → AutodiscoverService
-
Gets the service.
no setterinherited
-
Settings
↔ List<
DomainSettingName> ? -
Gets or sets the settings.
getter/setter pair
- Url → Uri?
-
Gets the URL.
no setterinherited
Methods
-
CreateRedirectionResponse(
IEwsHttpWebResponse httpWebResponse) → AutodiscoverResponse? -
Create a redirection response.
inherited
-
CreateServiceResponse(
) → AutodiscoverResponse -
Creates the service response.
override
-
Execute(
) → Future< GetDomainSettingsResponseCollection> - Executes this instance.
-
GetRequestXmlElementName(
) → String -
Gets the name of the request XML element.
override
-
GetResponseXmlElementName(
) → String -
Gets the name of the response XML element.
override
-
GetWsAddressingActionName(
) → String -
Gets the WS-Addressing action name.
override
-
InternalExecute(
) → Future< AutodiscoverResponse> -
Executes this instance.
inherited
-
LoadFromXml(
EwsXmlReader reader) → Future< AutodiscoverResponse> -
Loads responses from XML.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
PostProcessResponses(
GetDomainSettingsResponseCollection responses) → void - Post-process responses to GetDomainSettings.
-
ProcessWebException(
WebException webException) → Future< void> -
Processes the web exception.
inherited
-
ReadServerVersionInfo(
EwsXmlReader reader) → Future< ExchangeServerInfo> -
Read ServerVersionInfo SOAP header.
inherited
-
ReadSoapBody(
EwsXmlReader reader) → Future< AutodiscoverResponse> -
Read SOAP body.
inherited
-
ReadSoapFault(
EwsXmlReader reader) → Future< SoapFaultDetails?> -
Reads the SOAP fault.
inherited
-
ReadSoapHeader(
EwsXmlReader reader) → Future< void> -
Reads a single SOAP header.
inherited
-
ReadSoapHeaders(
EwsXmlReader reader) → Future< void> -
Read SOAP headers.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
Validate(
) → void -
Validates the request.
override
-
WriteAttributesToXml(
EwsServiceXmlWriter writer) → void -
Writes the attributes to XML.
override
-
WriteBodyToXml(
EwsServiceXmlWriter writer) → void -
Writes XML body.
inherited
-
WriteElementsToXml(
EwsServiceXmlWriter writer) → void -
Writes request to XML.
override
-
WriteExtraCustomSoapHeadersToXml(
EwsServiceXmlWriter writer) → void -
Write extra headers.
inherited
-
WriteSoapRequest(
Uri? requestUrl, EwsServiceXmlWriter writer) → void -
Writes the autodiscover SOAP request.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- GetDomainSettingsActionUri → const String
- Action Uri of Autodiscover.GetDomainSettings method.