Exemplo n.º 1
0
        public static SocketClientConfig GetConfig()
        {
            SocketClientConfig section = (SocketClientConfig)ConfigurationManager.GetSection("SocketClientConfig");

            return(section);
        }