Uses of Class
microsoft.exchange.webservices.data.core.WebProxy
-
Packages that use WebProxy Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.request -
-
Uses of WebProxy in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return WebProxy Modifier and Type Method Description WebProxyExchangeServiceBase. getWebProxy()Gets the web proxy that should be used when sending request to EWS.Methods in microsoft.exchange.webservices.data.core with parameters of type WebProxy Modifier and Type Method Description voidExchangeServiceBase. setWebProxy(WebProxy value)Sets the web proxy that should be used when sending request to EWS. -
Uses of WebProxy in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return WebProxy Modifier and Type Method Description WebProxyHttpWebRequest. getProxy()Gets the Web Proxy.Methods in microsoft.exchange.webservices.data.core.request with parameters of type WebProxy Modifier and Type Method Description voidHttpWebRequest. setProxy(WebProxy proxy)Sets the Web Proxy.
-