Uses of Class
microsoft.exchange.webservices.data.credential.WebProxyCredentials
-
Packages that use WebProxyCredentials Package Description microsoft.exchange.webservices.data.core -
-
Uses of WebProxyCredentials in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return WebProxyCredentials Modifier and Type Method Description WebProxyCredentialsWebProxy. getCredentials()Gets the Proxy Credentials.Constructors in microsoft.exchange.webservices.data.core with parameters of type WebProxyCredentials Constructor Description WebProxy(String host, int port, WebProxyCredentials credentials)Initializes a new instance to use specified proxy details.WebProxy(String host, WebProxyCredentials credentials)Initializes a new instance to use specified proxy with default port 80.
-