private IChannel GetChannel() {
   return _channelFactory.Create(_profileProvider.getProfile().GetTrackingEndPoint() + "/");
 }
Example #2
0
 private IChannel GetEndChannel() {
   return _channelFactory.Create(
       _profileProvider.getProfile().GetJobEndActionResourceEndPoint() + "/");
 }