Exemplo n.º 1
0
        public WebServiceDef(Type wsType)
        {
            this.WSType = wsType;

            this.EnsureMethods(wsType);

            this._TypeResolver = new JsonTypeResolver(this);
        }
Exemplo n.º 2
0
        public WebServiceDef(Type wsType)
        {
            this.WSType = wsType;

            this.EnsureMethods(wsType);

            this._TypeResolver = new JsonTypeResolver(this);
        }