public DnsRecordStoreageServiceTest() { m_store = new DnsRecordStorageService( new ClientSettings() { Url = "http://localhost:6693/RecordRetrievalService.svc/Records" }); //---------------------------------------------------------------------------------------------------- //---really only want to do this one time this.InitDnsRecords(); }
public DnsRecordStoreageServiceTest() { m_store = new DnsRecordStorageService ( new ClientSettings() { Url = "http://localhost:6693/RecordRetrievalService.svc/Records" }); //---------------------------------------------------------------------------------------------------- //---really only want to do this one time this.InitDnsRecords(); }