Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.TraceFlags
-
Packages that use TraceFlags Package Description 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 Modifier and Type Method Description EnumSet<TraceFlags>ExchangeServiceBase. getTraceFlags()Gets the trace flags.Methods in microsoft.exchange.webservices.data.core with parameters of type TraceFlags Modifier and Type Method Description protected voidExchangeServiceBase. internalProcessHttpErrorResponse(HttpWebRequest httpWebResponse, Exception webException, TraceFlags responseHeadersTraceFlag, TraceFlags responseTraceFlag)This method doesn't handle 500 ISE errors.booleanExchangeServiceBase. isTraceEnabledFor(TraceFlags traceFlags)Determines whether tracing is enabled for specified trace flag(s).voidExchangeServiceBase. processHttpResponseHeaders(TraceFlags traceType, HttpWebRequest request)Traces the HTTP response headers.voidExchangeServiceBase. traceHttpRequestHeaders(TraceFlags traceType, HttpWebRequest request)Traces the HTTP request headers.voidExchangeServiceBase. traceMessage(TraceFlags traceType, String logEntry)Logs the specified string to the TraceListener if tracing is enabled.voidExchangeServiceBase. 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 Modifier and Type Method Description voidExchangeServiceBase. 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 Modifier and Type Method Description static TraceFlagsTraceFlags. 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.
-