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