webservice的Authentication怎么赋值

webservice的Authentication怎么赋值 Delphi / Windows SDK/API
http://www.delphi2007.net/DelphiNetwork/html/delphi_200612311555493.html
mobilewebservice.Authentication.Create   //do  
          mobilewebservice.Authentication.  
          //begin  
              user   :=   intToStr(merchantID);  
              userSign   :=   MD5(intToStr(merchantID)   +   '#'   +   my);  
        //   end;
posted on 2008-08-19 15:20  delphi2007  阅读(262)  评论(0)    收藏  举报