Esempio n. 1
0
        public void BeforeAllTest()
        {
            ChannelType = typeof(ContractEndpoint);

            var contract = new ContractContract(DataContractMarshallerFactory.Default);

            Channel = new ContractEndpoint(contract);
        }
Esempio n. 2
0
 public void BeforeAllTest()
 {
     ChannelType = typeof(ContractEndpoint);
     Channel     = new ContractEndpoint();
 }