コード例 #1
0
        public EnsoExtensionServer()
        {
            RemotingConfiguration.Configure(Application.ExecutablePath + ".config", false);
            channel = (IChannelReceiver)ChannelServices.RegisteredChannels[0];

            ensoProxy     = XmlRpcProxyGen.Create <IEnso>();
            ensoProxy.Url = ConfigurationManager.AppSettings["ensoUrl"];

            InitializeComponent();
        }
コード例 #2
0
        public EnsoExtensionServer()
        {
            RemotingConfiguration.Configure(Application.ExecutablePath + ".config", false);
            channel = (IChannelReceiver)ChannelServices.RegisteredChannels[0];

            ensoProxy = XmlRpcProxyGen.Create<IEnso>();
            ensoProxy.Url = ConfigurationManager.AppSettings["ensoUrl"];

            InitializeComponent();
        }