username@email.com
2025-05-21 a980cd04341d71216e0f59bd4b7327fe9fc50032
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
//     运行时版本:4.0.30319.296
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
 
// 
// 此源代码是由 Microsoft.VSDesigner 4.0.30319.296 版自动生成。
// 
#pragma warning disable 1591
 
namespace CY.SendMessage.SDK {
    using System;
    using System.Web.Services;
    using System.Diagnostics;
    using System.Web.Services.Protocols;
    using System.ComponentModel;
    using System.Xml.Serialization;
    
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Web.Services.WebServiceBindingAttribute(Name="ServiceSoap", Namespace="http://www.82009668.com/")]
    public partial class Service : System.Web.Services.Protocols.SoapHttpClientProtocol {
        
        private System.Threading.SendOrPostCallback changePassWordOperationCompleted;
        
        private System.Threading.SendOrPostCallback getBalanceOperationCompleted;
        
        private System.Threading.SendOrPostCallback sendMessageOperationCompleted;
        
        private System.Threading.SendOrPostCallback sendMMSOperationCompleted;
        
        private System.Threading.SendOrPostCallback sendChatOperationCompleted;
        
        private System.Threading.SendOrPostCallback getChatOperationCompleted;
        
        private System.Threading.SendOrPostCallback MeetingOperationCompleted;
        
        private System.Threading.SendOrPostCallback sendFaxOperationCompleted;
        
        private System.Threading.SendOrPostCallback sendVoiceOperationCompleted;
        
        private bool useDefaultCredentialsSetExplicitly;
        
        /// <remarks/>
        public Service() {
            this.Url = global::CY.SendMessage.Properties.Settings.Default.CY_SendMessage_SDK_Service;
            if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
                this.UseDefaultCredentials = true;
                this.useDefaultCredentialsSetExplicitly = false;
            }
            else {
                this.useDefaultCredentialsSetExplicitly = true;
            }
        }
        
        public new string Url {
            get {
                return base.Url;
            }
            set {
                if ((((this.IsLocalFileSystemWebService(base.Url) == true) 
                            && (this.useDefaultCredentialsSetExplicitly == false)) 
                            && (this.IsLocalFileSystemWebService(value) == false))) {
                    base.UseDefaultCredentials = false;
                }
                base.Url = value;
            }
        }
        
        public new bool UseDefaultCredentials {
            get {
                return base.UseDefaultCredentials;
            }
            set {
                base.UseDefaultCredentials = value;
                this.useDefaultCredentialsSetExplicitly = true;
            }
        }
        
        /// <remarks/>
        public event changePassWordCompletedEventHandler changePassWordCompleted;
        
        /// <remarks/>
        public event getBalanceCompletedEventHandler getBalanceCompleted;
        
        /// <remarks/>
        public event sendMessageCompletedEventHandler sendMessageCompleted;
        
        /// <remarks/>
        public event sendMMSCompletedEventHandler sendMMSCompleted;
        
        /// <remarks/>
        public event sendChatCompletedEventHandler sendChatCompleted;
        
        /// <remarks/>
        public event getChatCompletedEventHandler getChatCompleted;
        
        /// <remarks/>
        public event MeetingCompletedEventHandler MeetingCompleted;
        
        /// <remarks/>
        public event sendFaxCompletedEventHandler sendFaxCompleted;
        
        /// <remarks/>
        public event sendVoiceCompletedEventHandler sendVoiceCompleted;
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.82009668.com/changePassWord", RequestNamespace="http://www.82009668.com/", ResponseNamespace="http://www.82009668.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public int changePassWord(string username, string password, string newpwd) {
            object[] results = this.Invoke("changePassWord", new object[] {
                        username,
                        password,
                        newpwd});
            return ((int)(results[0]));
        }
        
        /// <remarks/>
        public void changePassWordAsync(string username, string password, string newpwd) {
            this.changePassWordAsync(username, password, newpwd, null);
        }
        
        /// <remarks/>
        public void changePassWordAsync(string username, string password, string newpwd, object userState) {
            if ((this.changePassWordOperationCompleted == null)) {
                this.changePassWordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnchangePassWordOperationCompleted);
            }
            this.InvokeAsync("changePassWord", new object[] {
                        username,
                        password,
                        newpwd}, this.changePassWordOperationCompleted, userState);
        }
        
        private void OnchangePassWordOperationCompleted(object arg) {
            if ((this.changePassWordCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.changePassWordCompleted(this, new changePassWordCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.82009668.com/getBalance", RequestNamespace="http://www.82009668.com/", ResponseNamespace="http://www.82009668.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public int getBalance(string username, string password) {
            object[] results = this.Invoke("getBalance", new object[] {
                        username,
                        password});
            return ((int)(results[0]));
        }
        
        /// <remarks/>
        public void getBalanceAsync(string username, string password) {
            this.getBalanceAsync(username, password, null);
        }
        
        /// <remarks/>
        public void getBalanceAsync(string username, string password, object userState) {
            if ((this.getBalanceOperationCompleted == null)) {
                this.getBalanceOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetBalanceOperationCompleted);
            }
            this.InvokeAsync("getBalance", new object[] {
                        username,
                        password}, this.getBalanceOperationCompleted, userState);
        }
        
        private void OngetBalanceOperationCompleted(object arg) {
            if ((this.getBalanceCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getBalanceCompleted(this, new getBalanceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.82009668.com/sendMessage", RequestNamespace="http://www.82009668.com/", ResponseNamespace="http://www.82009668.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public int sendMessage(string username, string pwd, string phones, string contents, string scode, string setTime) {
            object[] results = this.Invoke("sendMessage", new object[] {
                        username,
                        pwd,
                        phones,
                        contents,
                        scode,
                        setTime});
            return ((int)(results[0]));
        }
        
        /// <remarks/>
        public void sendMessageAsync(string username, string pwd, string phones, string contents, string scode, string setTime) {
            this.sendMessageAsync(username, pwd, phones, contents, scode, setTime, null);
        }
        
        /// <remarks/>
        public void sendMessageAsync(string username, string pwd, string phones, string contents, string scode, string setTime, object userState) {
            if ((this.sendMessageOperationCompleted == null)) {
                this.sendMessageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendMessageOperationCompleted);
            }
            this.InvokeAsync("sendMessage", new object[] {
                        username,
                        pwd,
                        phones,
                        contents,
                        scode,
                        setTime}, this.sendMessageOperationCompleted, userState);
        }
        
        private void OnsendMessageOperationCompleted(object arg) {
            if ((this.sendMessageCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.sendMessageCompleted(this, new sendMessageCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.82009668.com/sendMMS", RequestNamespace="http://www.82009668.com/", ResponseNamespace="http://www.82009668.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public int sendMMS(string username, string pwd, string phones, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] byte[] mmsBytes, string scode, string setTime) {
            object[] results = this.Invoke("sendMMS", new object[] {
                        username,
                        pwd,
                        phones,
                        mmsBytes,
                        scode,
                        setTime});
            return ((int)(results[0]));
        }
        
        /// <remarks/>
        public void sendMMSAsync(string username, string pwd, string phones, byte[] mmsBytes, string scode, string setTime) {
            this.sendMMSAsync(username, pwd, phones, mmsBytes, scode, setTime, null);
        }
        
        /// <remarks/>
        public void sendMMSAsync(string username, string pwd, string phones, byte[] mmsBytes, string scode, string setTime, object userState) {
            if ((this.sendMMSOperationCompleted == null)) {
                this.sendMMSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendMMSOperationCompleted);
            }
            this.InvokeAsync("sendMMS", new object[] {
                        username,
                        pwd,
                        phones,
                        mmsBytes,
                        scode,
                        setTime}, this.sendMMSOperationCompleted, userState);
        }
        
        private void OnsendMMSOperationCompleted(object arg) {
            if ((this.sendMMSCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.sendMMSCompleted(this, new sendMMSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.82009668.com/sendChat", RequestNamespace="http://www.82009668.com/", ResponseNamespace="http://www.82009668.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public int sendChat(string username, string pwd, string phones, string contents, string scode, string setTime) {
            object[] results = this.Invoke("sendChat", new object[] {
                        username,
                        pwd,
                        phones,
                        contents,
                        scode,
                        setTime});
            return ((int)(results[0]));
        }
        
        /// <remarks/>
        public void sendChatAsync(string username, string pwd, string phones, string contents, string scode, string setTime) {
            this.sendChatAsync(username, pwd, phones, contents, scode, setTime, null);
        }
        
        /// <remarks/>
        public void sendChatAsync(string username, string pwd, string phones, string contents, string scode, string setTime, object userState) {
            if ((this.sendChatOperationCompleted == null)) {
                this.sendChatOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendChatOperationCompleted);
            }
            this.InvokeAsync("sendChat", new object[] {
                        username,
                        pwd,
                        phones,
                        contents,
                        scode,
                        setTime}, this.sendChatOperationCompleted, userState);
        }
        
        private void OnsendChatOperationCompleted(object arg) {
            if ((this.sendChatCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.sendChatCompleted(this, new sendChatCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.82009668.com/getChat", RequestNamespace="http://www.82009668.com/", ResponseNamespace="http://www.82009668.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public string getChat(string username, string pwd, string scode) {
            object[] results = this.Invoke("getChat", new object[] {
                        username,
                        pwd,
                        scode});
            return ((string)(results[0]));
        }
        
        /// <remarks/>
        public void getChatAsync(string username, string pwd, string scode) {
            this.getChatAsync(username, pwd, scode, null);
        }
        
        /// <remarks/>
        public void getChatAsync(string username, string pwd, string scode, object userState) {
            if ((this.getChatOperationCompleted == null)) {
                this.getChatOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetChatOperationCompleted);
            }
            this.InvokeAsync("getChat", new object[] {
                        username,
                        pwd,
                        scode}, this.getChatOperationCompleted, userState);
        }
        
        private void OngetChatOperationCompleted(object arg) {
            if ((this.getChatCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getChatCompleted(this, new getChatCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.82009668.com/Meeting", RequestNamespace="http://www.82009668.com/", ResponseNamespace="http://www.82009668.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public string Meeting(string username, string pwd, string cmdStr, string ReportURL) {
            object[] results = this.Invoke("Meeting", new object[] {
                        username,
                        pwd,
                        cmdStr,
                        ReportURL});
            return ((string)(results[0]));
        }
        
        /// <remarks/>
        public void MeetingAsync(string username, string pwd, string cmdStr, string ReportURL) {
            this.MeetingAsync(username, pwd, cmdStr, ReportURL, null);
        }
        
        /// <remarks/>
        public void MeetingAsync(string username, string pwd, string cmdStr, string ReportURL, object userState) {
            if ((this.MeetingOperationCompleted == null)) {
                this.MeetingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnMeetingOperationCompleted);
            }
            this.InvokeAsync("Meeting", new object[] {
                        username,
                        pwd,
                        cmdStr,
                        ReportURL}, this.MeetingOperationCompleted, userState);
        }
        
        private void OnMeetingOperationCompleted(object arg) {
            if ((this.MeetingCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.MeetingCompleted(this, new MeetingCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.82009668.com/sendFax", RequestNamespace="http://www.82009668.com/", ResponseNamespace="http://www.82009668.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public string sendFax(string username, string pwd, string phones, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] byte[] docBytes, string setTime, string ReportURL) {
            object[] results = this.Invoke("sendFax", new object[] {
                        username,
                        pwd,
                        phones,
                        docBytes,
                        setTime,
                        ReportURL});
            return ((string)(results[0]));
        }
        
        /// <remarks/>
        public void sendFaxAsync(string username, string pwd, string phones, byte[] docBytes, string setTime, string ReportURL) {
            this.sendFaxAsync(username, pwd, phones, docBytes, setTime, ReportURL, null);
        }
        
        /// <remarks/>
        public void sendFaxAsync(string username, string pwd, string phones, byte[] docBytes, string setTime, string ReportURL, object userState) {
            if ((this.sendFaxOperationCompleted == null)) {
                this.sendFaxOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendFaxOperationCompleted);
            }
            this.InvokeAsync("sendFax", new object[] {
                        username,
                        pwd,
                        phones,
                        docBytes,
                        setTime,
                        ReportURL}, this.sendFaxOperationCompleted, userState);
        }
        
        private void OnsendFaxOperationCompleted(object arg) {
            if ((this.sendFaxCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.sendFaxCompleted(this, new sendFaxCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.82009668.com/sendVoice", RequestNamespace="http://www.82009668.com/", ResponseNamespace="http://www.82009668.com/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public string sendVoice(string username, string pwd, string phones, string contents, string setTime, string ReportURL) {
            object[] results = this.Invoke("sendVoice", new object[] {
                        username,
                        pwd,
                        phones,
                        contents,
                        setTime,
                        ReportURL});
            return ((string)(results[0]));
        }
        
        /// <remarks/>
        public void sendVoiceAsync(string username, string pwd, string phones, string contents, string setTime, string ReportURL) {
            this.sendVoiceAsync(username, pwd, phones, contents, setTime, ReportURL, null);
        }
        
        /// <remarks/>
        public void sendVoiceAsync(string username, string pwd, string phones, string contents, string setTime, string ReportURL, object userState) {
            if ((this.sendVoiceOperationCompleted == null)) {
                this.sendVoiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendVoiceOperationCompleted);
            }
            this.InvokeAsync("sendVoice", new object[] {
                        username,
                        pwd,
                        phones,
                        contents,
                        setTime,
                        ReportURL}, this.sendVoiceOperationCompleted, userState);
        }
        
        private void OnsendVoiceOperationCompleted(object arg) {
            if ((this.sendVoiceCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.sendVoiceCompleted(this, new sendVoiceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        public new void CancelAsync(object userState) {
            base.CancelAsync(userState);
        }
        
        private bool IsLocalFileSystemWebService(string url) {
            if (((url == null) 
                        || (url == string.Empty))) {
                return false;
            }
            System.Uri wsUri = new System.Uri(url);
            if (((wsUri.Port >= 1024) 
                        && (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) {
                return true;
            }
            return false;
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void changePassWordCompletedEventHandler(object sender, changePassWordCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class changePassWordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal changePassWordCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public int Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((int)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void getBalanceCompletedEventHandler(object sender, getBalanceCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class getBalanceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal getBalanceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public int Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((int)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void sendMessageCompletedEventHandler(object sender, sendMessageCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class sendMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal sendMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public int Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((int)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void sendMMSCompletedEventHandler(object sender, sendMMSCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class sendMMSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal sendMMSCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public int Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((int)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void sendChatCompletedEventHandler(object sender, sendChatCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class sendChatCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal sendChatCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public int Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((int)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void getChatCompletedEventHandler(object sender, getChatCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class getChatCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal getChatCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public string Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((string)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void MeetingCompletedEventHandler(object sender, MeetingCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class MeetingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal MeetingCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public string Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((string)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void sendFaxCompletedEventHandler(object sender, sendFaxCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class sendFaxCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal sendFaxCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public string Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((string)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void sendVoiceCompletedEventHandler(object sender, sendVoiceCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class sendVoiceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal sendVoiceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public string Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((string)(this.results[0]));
            }
        }
    }
}
 
#pragma warning restore 1591