예제 #1
0
        public bb Get2(aa a)
        {
            // 接收
            // System.IO.Stream inputstream = HttpContext.Current.Request.InputStream;

            //System.IO.Stream inputstream = this.Request.InputStream;
            //byte[] b = new byte[inputstream.Length];
            //inputstream.Read(b, 0, (int)inputstream.Length);
            //string inputstr = System.Text.UTF8Encoding.UTF8.GetString(b);

            return(new bb()
            {
                name = "ces"
            });
        }
예제 #2
0
 public string Get3(aa a)
 {
     return("我是测试");
 }