Beispiel #1
0
 private bool IsChannelUsable()
 {
     return(channel != null && WcfUtils.IsCommunicationObjectReady(channel));
 }