Method | Description | |
---|---|---|
GetAutoDiscoverProperties ( ITestSite site, string server, string userName, string domain, string requestURL, string transport ) : |
Get auto discover properties for server name and proxy name
|
Method | Description | |
---|---|---|
GetMAPIInternalURLProperty ( |
Get mailstore internal url from xml node
|
|
GetServerNameProperty ( |
Get server name from xml node
|
|
GetServerProxyProperty ( |
Get server proxy from xml node
|
|
SendHttpPostRequest ( ITestSite site, string userName, string domain, string requestXml, string url, string &responseXml, bool getMAPIURL ) : HttpStatusCode |
Run the Http post method
|
public static GetAutoDiscoverProperties ( ITestSite site, string server, string userName, string domain, string requestURL, string transport ) : |
||
site | ITestSite | An instance of interface ITestSite which provides logging, assertions, /// and adapters for test code onto its execution context. |
server | string | Server to connect. |
userName | string | User name used to logon. |
domain | string | Domain name. |
requestURL | string | The server url address to receive the request from clien. |
transport | string | The current transport used in the test suite. |
return |