Exemple #1
0
 public System.Threading.Tasks.Task <bool> AddCustomAttributeAsync(WCF.CustomAttributes customAttribute)
 {
     return(base.Channel.AddCustomAttributeAsync(customAttribute));
 }
Exemple #2
0
 public bool AddCustomAttribute(WCF.CustomAttributes customAttribute)
 {
     return(base.Channel.AddCustomAttribute(customAttribute));
 }