コード例 #1
0
 public System.Threading.Tasks.Task <WcfServiceAuth.Authorize.Service.CompositeType> GetDataUsingDataContractAsync(WcfServiceAuth.Authorize.Service.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
コード例 #2
0
 public WcfServiceAuth.Authorize.Service.CompositeType GetDataUsingDataContract(WcfServiceAuth.Authorize.Service.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }