Example #1
0
        public void ChannelTest_Inproc()
        {
            //
            // TODO: Add test logic	here
            Rpc_TestAll test = new Rpc_TestAll();

            test.CurrentTestUrl = Rpc_TestAll.RpcInprocUrl;
            test.MethodTestAll();
        }
Example #2
0
        public void ChannelTest_Tcp()
        {
            //
            // TODO: Add test logic	here
            //
            Rpc_TestAll test = new Rpc_TestAll();

            test.CurrentTestUrl = Rpc_TestAll.RpcTcpUrl;
            test.MethodTestAll();
        }