Beispiel #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);
 }
Beispiel #2
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);
 }
Beispiel #3
0
 public ByeMessage11(WcfServiceLibrary1.ServiceReference1.AppSequenceType AppSequence, WcfServiceLibrary1.ServiceReference1.ProbeMatchType Bye)
 {
     this.AppSequence = AppSequence;
     this.Bye         = Bye;
 }
Beispiel #4
0
 public HelloMessage11(WcfServiceLibrary1.ServiceReference1.AppSequenceType AppSequence, WcfServiceLibrary1.ServiceReference1.ProbeMatchType Hello)
 {
     this.AppSequence = AppSequence;
     this.Hello       = Hello;
 }
Beispiel #5
0
 public ResolveMatchesMessage11(WcfServiceLibrary1.ServiceReference1.AppSequenceType AppSequence, WcfServiceLibrary1.ServiceReference1.ResolveMatches11 ResolveMatches)
 {
     this.AppSequence    = AppSequence;
     this.ResolveMatches = ResolveMatches;
 }
Beispiel #6
0
 public ProbeMatchesMessage11(WcfServiceLibrary1.ServiceReference1.AppSequenceType AppSequence, WcfServiceLibrary1.ServiceReference1.ProbeMatchType[] ProbeMatches)
 {
     this.AppSequence  = AppSequence;
     this.ProbeMatches = ProbeMatches;
 }