WriteExtraCustomSoapHeadersToXml method

void WriteExtraCustomSoapHeadersToXml(
  1. EwsServiceXmlWriter writer
)
Write extra headers. The writer

Implementation

void WriteExtraCustomSoapHeadersToXml(EwsServiceXmlWriter writer) {
  // do nothing here.
  // currently used only by GetUserSettingRequest to emit the BinarySecret header.
}