コード例 #1
0
        public void TestInitialize()
        {
            ApplicationSetUp.SetCurrentApplication(WebSite.Management);

            // This callback is not required in PROD; necessary to run with Fiddler.
            ServicePointManager.ServerCertificateValidationCallback =
                (sender, cert, chain, error) => true;

            _channelManager = new WcfHttpChannelManager <IPublicVacancy>("https://ecsn.gov.au/employment/publicvacancylodgement.asmx", "JobSearchTest");
        }
コード例 #2
0
 public void TestInitialize()
 {
     _channelManager = new WcfHttpChannelManager <ISyndicate>(
         "http://www.hrcareers.com.au/component/syndicate.cfc", "HrCareerTest");
 }