예제 #1
0
        /// <summary>
        /// This method supports the infrastructure and is not intended to be used directly from your code.
        /// </summary>
        public override IList GetParameterList()
        {
            if (_requestBody == null)
            {
                return(null);
            }

            return(_requestBody.GetParameterList());
        }