Для изменения размера нажмите или перетащите

ExchangeServiceBase - класс

Represents an abstract binding to an Exchange Service.
Иерархия наследования

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public abstract class ExchangeServiceBase

Тип ExchangeServiceBase предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойствоAcceptGzipEncoding
Gets or sets a value indicating whether GZip compression encoding should be accepted.
Открытое свойствоClientRequestId
Gets or sets the request id for the request.
Открытое свойствоConnectionGroupName
Gets or sets the name of the connection group for the request.
Открытое свойствоCookieContainer
Gets or sets the cookie container.
Открытое свойствоCredentials
Gets or sets the credentials used to authenticate with the Exchange Web Services. Setting the Credentials property automatically sets the UseDefaultCredentials to false.
Открытое свойствоHttpHeaders
Gets a collection of HTTP headers that will be sent with each request to EWS.
Открытое свойствоHttpResponseHeaders
Gets a collection of HTTP headers from the last response.
Открытое свойствоKeepAlive
Gets or sets if the request to the internet resource should contain a Connection HTTP header with the value Keep-alive
Открытое свойствоPreAuthenticate
Gets or sets a value that indicates whether HTTP pre-authentication should be performed.
Открытое свойствоRequestedServerVersion
Gets the requested server version.
Открытое свойствоReturnClientRequestId
Gets or sets a flag to indicate whether the client requires the server side to return the request id.
Открытое свойствоSendClientLatencies
Gets or sets a value indicating whether client latency info is push to server.
Открытое свойствоServerInfo
Gets information associated with the server that processed the last request. Will be null if no requests have been processed.
Открытое свойствоTimeout
Gets or sets the timeout used when sending HTTP requests and when receiving HTTP responses, in milliseconds. Defaults to 100000.
Открытое свойствоTimeZoneDefinition
Gets a time zone definition generated from the time zone info to which this service is scoped.
Открытое свойствоTraceEnabled
Gets or sets a value indicating whether tracing is enabled.
Открытое свойствоTraceFlags
Gets or sets the trace flags.
Открытое свойствоTraceListener
Gets or sets the trace listener.
Открытое свойствоUseDefaultCredentials
Gets or sets a value indicating whether the credentials of the user currently logged into Windows should be used to authenticate with the Exchange Web Services. Setting UseDefaultCredentials to true automatically sets the Credentials property to null.
Открытое свойствоUserAgent
Gets or sets the user agent.
Открытое свойствоWebProxy
Gets or sets the web proxy that should be used when sending requests to EWS. Set this property to null to use the default web proxy.
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
В начало страницы
События
  ИмяОписание
Открытое событиеOnResponseHeadersCaptured
Occurs when the http response headers of a server call is captured.
Открытое событиеOnSerializeCustomSoapHeaders
Provides an event that applications can implement to emit custom SOAP headers in requests that are sent to Exchange.
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также