Example #1
0
 public WcfServiceLibrary1.ServiceReference1.AppSequenceType ResolveOperation(WcfServiceLibrary1.ServiceReference1.ResolveType Resolve, out WcfServiceLibrary1.ServiceReference1.ResolveMatches11 ResolveMatches)
 {
     WcfServiceLibrary1.ServiceReference1.ResolveMessage11 inValue = new WcfServiceLibrary1.ServiceReference1.ResolveMessage11();
     inValue.Resolve = Resolve;
     WcfServiceLibrary1.ServiceReference1.ResolveMatchesMessage11 retVal = ((WcfServiceLibrary1.ServiceReference1.DiscoveryProxy)(this)).ResolveOperation(inValue);
     ResolveMatches = retVal.ResolveMatches;
     return(retVal.AppSequence);
 }
Example #2
0
 WcfServiceLibrary1.ServiceReference1.ResolveMatchesMessage11 WcfServiceLibrary1.ServiceReference1.DiscoveryProxy.ResolveOperation(WcfServiceLibrary1.ServiceReference1.ResolveMessage11 request)
 {
     return(base.Channel.ResolveOperation(request));
 }