Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.TraceFlags

Packages that use TraceFlags
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.misc   
 

Uses of TraceFlags in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return types with arguments of type TraceFlags
 EnumSet<TraceFlags> ExchangeServiceBase.getTraceFlags()
          Gets the trace flags.
 

Methods in microsoft.exchange.webservices.data.core with parameters of type TraceFlags
protected  void ExchangeServiceBase.internalProcessHttpErrorResponse(HttpWebRequest httpWebResponse, Exception webException, TraceFlags responseHeadersTraceFlag, TraceFlags responseTraceFlag)
          This method doesn't handle 500 ISE errors.
 boolean ExchangeServiceBase.isTraceEnabledFor(TraceFlags traceFlags)
          Determines whether tracing is enabled for specified trace flag(s).
 void ExchangeServiceBase.processHttpResponseHeaders(TraceFlags traceType, HttpWebRequest request)
          Traces the HTTP response headers.
 void ExchangeServiceBase.traceHttpRequestHeaders(TraceFlags traceType, HttpWebRequest request)
          Traces the HTTP request headers.
 void ExchangeServiceBase.traceMessage(TraceFlags traceType, String logEntry)
          Logs the specified string to the TraceListener if tracing is enabled.
 void ExchangeServiceBase.traceXml(TraceFlags traceType, ByteArrayOutputStream stream)
          Logs the specified XML to the TraceListener if tracing is enabled.
 

Method parameters in microsoft.exchange.webservices.data.core with type arguments of type TraceFlags
 void ExchangeServiceBase.setTraceFlags(EnumSet<TraceFlags> traceFlags)
          Sets the trace flags.
 

Uses of TraceFlags in microsoft.exchange.webservices.data.core.enumeration.misc
 

Methods in microsoft.exchange.webservices.data.core.enumeration.misc that return TraceFlags
static TraceFlags TraceFlags.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TraceFlags[] TraceFlags.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012–2015 Microsoft. All rights reserved.