Exemple #1
0
 public System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningResponse> SendWeiXinForWarningAsync(string toOpenId, string data, string url)
 {
     WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningRequest inValue = new WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningRequest();
     inValue.Body          = new WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningRequestBody();
     inValue.Body.toOpenId = toOpenId;
     inValue.Body.data     = data;
     inValue.Body.url      = url;
     return(((WindowsFormsApplication1.ServiceReference1.MessageSenderSoap)(this)).SendWeiXinForWarningAsync(inValue));
 }
Exemple #2
0
 public string SendWeiXinForWarning(string toOpenId, string data, string url)
 {
     WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningRequest inValue = new WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningRequest();
     inValue.Body          = new WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningRequestBody();
     inValue.Body.toOpenId = toOpenId;
     inValue.Body.data     = data;
     inValue.Body.url      = url;
     WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningResponse retVal = ((WindowsFormsApplication1.ServiceReference1.MessageSenderSoap)(this)).SendWeiXinForWarning(inValue);
     return(retVal.Body.SendWeiXinForWarningResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningResponse> WindowsFormsApplication1.ServiceReference1.MessageSenderSoap.SendWeiXinForWarningAsync(WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningRequest request)
 {
     return(base.Channel.SendWeiXinForWarningAsync(request));
 }
Exemple #4
0
 WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningResponse WindowsFormsApplication1.ServiceReference1.MessageSenderSoap.SendWeiXinForWarning(WindowsFormsApplication1.ServiceReference1.SendWeiXinForWarningRequest request)
 {
     return(base.Channel.SendWeiXinForWarning(request));
 }