/// <summary>
        /// Initializes.
        /// </summary>
        public XmlRpcServer()
        {
            TypeSerializerFactory = new TypeSerializerFactory();
            TypeConverterFactory = new TypeConverterFactory();

            XmlRpcServerConfig config = new XmlRpcServerConfig();
            //config.EnabledForExtensions = true;
            Config = config;
        }
        /// <summary>
        /// Initializes.
        /// </summary>
        public XmlRpcServer()
        {
            TypeSerializerFactory = new TypeSerializerFactory();
            TypeConverterFactory  = new TypeConverterFactory();

            XmlRpcServerConfig config = new XmlRpcServerConfig();

            //config.EnabledForExtensions = true;
            Config = config;
        }
 public XmlRpcServerChannelSink(IServerChannelSink next)
 {
     NextChannelSink = next;
     Config = new XmlRpcServerConfig();
     TypeSerializerFactory = new TypeSerializerFactory();
 }
Exemple #4
0
 public XmlRpcServerChannelSink(IServerChannelSink next)
 {
     NextChannelSink       = next;
     Config                = new XmlRpcServerConfig();
     TypeSerializerFactory = new TypeSerializerFactory();
 }