Uses of Class
microsoft.exchange.webservices.data.core.request.HttpWebRequest

Packages that use HttpWebRequest
microsoft.exchange.webservices.data.autodiscover   
microsoft.exchange.webservices.data.autodiscover.request   
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.credential   
microsoft.exchange.webservices.data.misc   
 

Uses of HttpWebRequest in microsoft.exchange.webservices.data.autodiscover
 

Methods in microsoft.exchange.webservices.data.autodiscover that return HttpWebRequest
 HttpWebRequest AutodiscoverService.prepareHttpWebRequestForUrl(URI url)
          Creates an HttpWebRequest instance and initializes it with the appropriate parameters, based on the configuration of this service object.
 

Methods in microsoft.exchange.webservices.data.autodiscover with parameters of type HttpWebRequest
 void AutodiscoverService.processHttpErrorResponse(HttpWebRequest httpWebResponse, Exception webException)
          Processes an HTTP error response.
 void AutodiscoverService.traceResponse(HttpWebRequest request, ByteArrayOutputStream memoryStream)
          Traces the response.
 

Uses of HttpWebRequest in microsoft.exchange.webservices.data.autodiscover.request
 

Methods in microsoft.exchange.webservices.data.autodiscover.request with parameters of type HttpWebRequest
protected static InputStream AutodiscoverRequest.getResponseStream(HttpWebRequest request)
          Gets the response stream (may be wrapped with GZip/Deflate stream to decompress content).
static boolean AutodiscoverRequest.isRedirectionResponse(HttpWebRequest request)
          Determines whether response is a redirection.
 

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

Methods in microsoft.exchange.webservices.data.core that return HttpWebRequest
 HttpWebRequest WebAsyncCallStateAnchor.getHttpWebRequest()
           
 HttpWebRequest ExchangeService.prepareHttpPoolingWebRequest()
          Prepares a http web request from a pooling connection manager, used for subscriptions.
protected  HttpWebRequest ExchangeServiceBase.prepareHttpPoolingWebRequestForUrl(URI url, boolean acceptGzipEncoding, boolean allowAutoRedirect)
          Creates an HttpWebRequest instance from a pooling connection manager and initialises it with the appropriate parameters, based on the configuration of this service object.
 HttpWebRequest ExchangeService.prepareHttpWebRequest()
          Prepare http web request.
protected  HttpWebRequest ExchangeServiceBase.prepareHttpWebRequestForUrl(URI url, boolean acceptGzipEncoding, boolean allowAutoRedirect)
          Creates an HttpWebRequest instance and initialises it with the appropriate parameters, based on the configuration of this service object.
 

Methods in microsoft.exchange.webservices.data.core with parameters of type HttpWebRequest
static String EwsUtilities.formatHttpRequestHeaders(HttpWebRequest request)
          Format request HTTP headers.
static String EwsUtilities.formatHttpResponseHeaders(HttpWebRequest response)
          Format http response headers.
protected  void ExchangeServiceBase.internalProcessHttpErrorResponse(HttpWebRequest httpWebResponse, Exception webException, TraceFlags responseHeadersTraceFlag, TraceFlags responseTraceFlag)
          This method doesn't handle 500 ISE errors.
protected  void ExchangeServiceBase.prepareCredentials(HttpWebRequest request)
           
protected abstract  void ExchangeServiceBase.processHttpErrorResponse(HttpWebRequest httpWebResponse, Exception webException)
           
 void ExchangeService.processHttpErrorResponse(HttpWebRequest httpWebResponse, Exception webException)
          Processes an HTTP error response.
 void ExchangeServiceBase.processHttpResponseHeaders(TraceFlags traceType, HttpWebRequest request)
          Traces the HTTP response headers.
 void WebAsyncCallStateAnchor.setHttpWebRequest(HttpWebRequest waswebRequest)
           
 void ExchangeServiceBase.traceHttpRequestHeaders(TraceFlags traceType, HttpWebRequest request)
          Traces the HTTP request headers.
 

Constructors in microsoft.exchange.webservices.data.core with parameters of type HttpWebRequest
WebAsyncCallStateAnchor(ServiceRequestBase serviceRequest, HttpWebRequest webRequest, AsyncCallback asyncCallback, Object asyncState)
           
 

Uses of HttpWebRequest in microsoft.exchange.webservices.data.core.request
 

Subclasses of HttpWebRequest in microsoft.exchange.webservices.data.core.request
 class HttpClientWebRequest
          HttpClientWebRequest is used for making request to the server through NTLM Authentication by using Apache HttpClient 3.1 and JCIFS Library.
 

Methods in microsoft.exchange.webservices.data.core.request that return HttpWebRequest
protected  HttpWebRequest ServiceRequestBase.buildEwsHttpPoolingWebRequest()
          Builds a HttpWebRequest object from a pooling connection manager for current service request with exception handling.
protected  HttpWebRequest UnsubscribeRequest.buildEwsHttpWebRequest()
           
protected  HttpWebRequest ServiceRequestBase.buildEwsHttpWebRequest()
          Builds the HttpWebRequest object for current service request with exception handling.
protected  HttpWebRequest GetStreamingEventsRequest.buildEwsHttpWebRequest()
           
protected  HttpWebRequest ServiceRequestBase.getEwsHttpWebResponse(HttpWebRequest request)
          Gets the IEwsHttpWebRequest object from the specifiedHttpWebRequest object with exception handling
protected  HttpWebRequest ServiceRequestBase.validateAndEmitRequest()
          Validates request parameters, and emits the request to the server.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type HttpWebRequest
protected  HttpWebRequest ServiceRequestBase.getEwsHttpWebResponse(HttpWebRequest request)
          Gets the IEwsHttpWebRequest object from the specifiedHttpWebRequest object with exception handling
protected static InputStream ServiceRequestBase.getResponseStream(HttpWebRequest request)
          Gets the response stream (may be wrapped with GZip/Deflate stream to decompress content).
protected  void ServiceRequestBase.processWebException(Exception webException, HttpWebRequest req)
          Processes the web exception.
protected  T ServiceRequestBase.readResponse(HttpWebRequest response)
          Reads the response.
protected  void ServiceRequestBase.traceResponse(HttpWebRequest request, ByteArrayOutputStream memoryStream)
          Traces the response.
 

Uses of HttpWebRequest in microsoft.exchange.webservices.data.credential
 

Methods in microsoft.exchange.webservices.data.credential with parameters of type HttpWebRequest
 void WebCredentials.prepareWebRequest(HttpWebRequest request)
          This method is called to apply credential to a service request before the request is made.
 void TokenCredentials.prepareWebRequest(HttpWebRequest request)
          This method is called to apply credential to a service request before the request is made.
 void ExchangeCredentials.prepareWebRequest(HttpWebRequest client)
          This method is called to apply credential to a service request before the request is made.
 

Uses of HttpWebRequest in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc that return HttpWebRequest
 HttpWebRequest CallableMethod.call()
           
 HttpWebRequest AsyncRequestResult.getHttpWebRequest()
           
 

Methods in microsoft.exchange.webservices.data.misc with parameters of type HttpWebRequest
 void AsyncRequestResult.setHttpWebRequest(HttpWebRequest webRequest)
           
 

Constructors in microsoft.exchange.webservices.data.misc with parameters of type HttpWebRequest
AsyncRequestResult(ServiceRequestBase serviceRequest, HttpWebRequest webRequest, Future<?> task, Object asyncState)
           
CallableMethod(HttpWebRequest request)
           
 



Copyright © 2012–2015 Microsoft. All rights reserved.