示例#1
0
        public WebServiceDef(Type wsType)
        {
            this.WSType = wsType;

            this.EnsureMethods(wsType);

            this._TypeResolver = new JsonTypeResolver(this);
        }
        public WebServiceDef(Type wsType)
        {
            this.WSType = wsType;

            this.EnsureMethods(wsType);

            this._TypeResolver = new JsonTypeResolver(this);
        }