Exemple #1
0
 public void ByeOperation(WcfServiceLibrary1.ServiceReference1.AppSequenceType AppSequence, WcfServiceLibrary1.ServiceReference1.ProbeMatchType Bye)
 {
     WcfServiceLibrary1.ServiceReference1.ByeMessage11 inValue = new WcfServiceLibrary1.ServiceReference1.ByeMessage11();
     inValue.AppSequence = AppSequence;
     inValue.Bye         = Bye;
     ((WcfServiceLibrary1.ServiceReference1.Client)(this)).ByeOperation(inValue);
 }
Exemple #2
0
 void WcfServiceLibrary1.ServiceReference1.Client.ByeOperation(WcfServiceLibrary1.ServiceReference1.ByeMessage11 request)
 {
     base.Channel.ByeOperation(request);
 }