示例#1
0
 public void HelloOperation(WcfServiceLibrary1.ServiceReference1.AppSequenceType AppSequence, WcfServiceLibrary1.ServiceReference1.ProbeMatchType Hello)
 {
     WcfServiceLibrary1.ServiceReference1.HelloMessage11 inValue = new WcfServiceLibrary1.ServiceReference1.HelloMessage11();
     inValue.AppSequence = AppSequence;
     inValue.Hello       = Hello;
     ((WcfServiceLibrary1.ServiceReference1.Client)(this)).HelloOperation(inValue);
 }
示例#2
0
 void WcfServiceLibrary1.ServiceReference1.Client.HelloOperation(WcfServiceLibrary1.ServiceReference1.HelloMessage11 request)
 {
     base.Channel.HelloOperation(request);
 }