예제 #1
0
        public WebServiceDef(Type wsType)
        {
            this.WSType = wsType;

            this.EnsureMethods(wsType);

            this._TypeResolver = new JsonTypeResolver(this);
        }
예제 #2
0
        public WebServiceDef(Type wsType)
        {
            this.WSType = wsType;

            this.EnsureMethods(wsType);

            this._TypeResolver = new JsonTypeResolver(this);
        }