public void send_GetMeta(string url)
      #endif
            {
                oprot_.WriteMessageBegin(new TMessage("GetMeta", TMessageType.Call, seqid_));
                GetMeta_args args = new GetMeta_args();

                args.Url = url;
                args.Write(oprot_);
                oprot_.WriteMessageEnd();
        #if SILVERLIGHT
                return(oprot_.Transport.BeginFlush(callback, state));
        #else
                oprot_.Transport.Flush();
        #endif
            }