Beispiel #1
0
 public System.Threading.Tasks.Task <SOAP.WebProxyService.CompositeType> GetDataUsingDataContractAsync(SOAP.WebProxyService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
Beispiel #2
0
 public SOAP.WebProxyService.CompositeType GetDataUsingDataContract(SOAP.WebProxyService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }