Uses of Class
microsoft.exchange.webservices.data.core.exception.http.EWSHttpException
-
-
Uses of EWSHttpException in microsoft.exchange.webservices.data.autodiscover
Methods in microsoft.exchange.webservices.data.autodiscover that throw EWSHttpException Modifier and Type Method Description voidAutodiscoverService. traceResponse(HttpWebRequest request, ByteArrayOutputStream memoryStream)Traces the response. -
Uses of EWSHttpException in microsoft.exchange.webservices.data.autodiscover.request
Methods in microsoft.exchange.webservices.data.autodiscover.request that throw EWSHttpException Modifier and Type Method Description protected static InputStreamAutodiscoverRequest. getResponseStream(HttpWebRequest request)Gets the response stream (may be wrapped with GZip/Deflate stream to decompress content).static booleanAutodiscoverRequest. isRedirectionResponse(HttpWebRequest request)Determines whether response is a redirection. -
Uses of EWSHttpException in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that throw EWSHttpException Modifier and Type Method Description static StringEwsUtilities. formatHttpRequestHeaders(HttpWebRequest request)Format request HTTP headers.static StringEwsUtilities. formatHttpResponseHeaders(HttpWebRequest response)Format http response headers.voidExchangeServiceBase. processHttpResponseHeaders(TraceFlags traceType, HttpWebRequest request)Traces the HTTP response headers.voidExchangeServiceBase. traceHttpRequestHeaders(TraceFlags traceType, HttpWebRequest request)Traces the HTTP request headers. -
Uses of EWSHttpException in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that throw EWSHttpException Modifier and Type Method Description intHttpClientWebRequest. executeRequest()Executes Request by sending request xml data to server.abstract intHttpWebRequest. executeRequest()Executes Request by sending request xml data to server.StringHttpClientWebRequest. getContentEncoding()Gets the content encoding.abstract StringHttpWebRequest. getContentEncoding()Gets the content encoding.InputStreamHttpClientWebRequest. getErrorStream()Gets the error stream.abstract InputStreamHttpWebRequest. getErrorStream()Gets the error stream.InputStreamHttpClientWebRequest. getInputStream()Gets the input stream.abstract InputStreamHttpWebRequest. getInputStream()Gets the input stream.OutputStreamHttpClientWebRequest. getOutputStream()Gets the output stream.abstract OutputStreamHttpWebRequest. getOutputStream()Gets the output stream.Map<String,String>HttpClientWebRequest. getRequestProperty()Gets the request property.abstract Map<String,String>HttpWebRequest. getRequestProperty()Gets the request property.intHttpClientWebRequest. getResponseCode()Gets the response code.abstract intHttpWebRequest. getResponseCode()Gets the response code.StringHttpClientWebRequest. getResponseContentType()Gets the response content type.abstract StringHttpWebRequest. getResponseContentType()Gets the response content type.StringHttpClientWebRequest. getResponseHeaderField(String headerName)abstract StringHttpWebRequest. getResponseHeaderField(String headerName)Gets the response header field.Map<String,String>HttpClientWebRequest. getResponseHeaders()Gets the response headers.abstract Map<String,String>HttpWebRequest. getResponseHeaders()Gets the response headers.protected static InputStreamServiceRequestBase. getResponseStream(HttpWebRequest request)Gets the response stream (may be wrapped with GZip/Deflate stream to decompress content).StringHttpClientWebRequest. getResponseText()Gets the response message.abstract StringHttpWebRequest. getResponseText()Gets the response message.protected voidServiceRequestBase. traceResponse(HttpWebRequest request, ByteArrayOutputStream memoryStream)Traces the response. -
Uses of EWSHttpException in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that throw EWSHttpException Modifier and Type Method Description protected HttpClientWebRequestCallableMethod. executeMethod()
-