コード例 #1
0
ファイル: Reference.cs プロジェクト: rlefever68/Broobu
 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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: rlefever68/Broobu
 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);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: rlefever68/Broobu
 public ByeMessage11(WcfServiceLibrary1.ServiceReference1.AppSequenceType AppSequence, WcfServiceLibrary1.ServiceReference1.ProbeMatchType Bye)
 {
     this.AppSequence = AppSequence;
     this.Bye         = Bye;
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: rlefever68/Broobu
 public HelloMessage11(WcfServiceLibrary1.ServiceReference1.AppSequenceType AppSequence, WcfServiceLibrary1.ServiceReference1.ProbeMatchType Hello)
 {
     this.AppSequence = AppSequence;
     this.Hello       = Hello;
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: rlefever68/Broobu
 public ResolveMatchesMessage11(WcfServiceLibrary1.ServiceReference1.AppSequenceType AppSequence, WcfServiceLibrary1.ServiceReference1.ResolveMatches11 ResolveMatches)
 {
     this.AppSequence    = AppSequence;
     this.ResolveMatches = ResolveMatches;
 }
コード例 #6
0
ファイル: Reference.cs プロジェクト: rlefever68/Broobu
 public ProbeMatchesMessage11(WcfServiceLibrary1.ServiceReference1.AppSequenceType AppSequence, WcfServiceLibrary1.ServiceReference1.ProbeMatchType[] ProbeMatches)
 {
     this.AppSequence  = AppSequence;
     this.ProbeMatches = ProbeMatches;
 }