Exemplo n.º 1
0
 public string SetBoxInfo(string BoxUserCode, string BoxUserCodeB, string boxid)
 {
     AdvanceSub.ServiceReference1.SetBoxInfoRequest inValue = new AdvanceSub.ServiceReference1.SetBoxInfoRequest();
     inValue.Body              = new AdvanceSub.ServiceReference1.SetBoxInfoRequestBody();
     inValue.Body.BoxUserCode  = BoxUserCode;
     inValue.Body.BoxUserCodeB = BoxUserCodeB;
     inValue.Body.boxid        = boxid;
     AdvanceSub.ServiceReference1.SetBoxInfoResponse retVal = ((AdvanceSub.ServiceReference1.BoxServiceSoap)(this)).SetBoxInfo(inValue);
     return(retVal.Body.SetBoxInfoResult);
 }
Exemplo n.º 2
0
 AdvanceSub.ServiceReference1.SetBoxInfoResponse AdvanceSub.ServiceReference1.BoxServiceSoap.SetBoxInfo(AdvanceSub.ServiceReference1.SetBoxInfoRequest request)
 {
     return(base.Channel.SetBoxInfo(request));
 }