コード例 #1
0
ファイル: Reference.cs プロジェクト: fengdewunai/MyLearns
 public System.Threading.Tasks.Task <WCFClient.TCPService.CompositeType> GetDataUsingDataContractAsync(WCFClient.TCPService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: fengdewunai/MyLearns
 public WCFClient.TCPService.CompositeType GetDataUsingDataContract(WCFClient.TCPService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }