15 references to ChannelManagerHelpers
System.WorkflowServices (15)
System\Workflow\Activities\SendActivity.cs (1)
408
bool isSessionless =
ChannelManagerHelpers
.IsSessionlessContract(logicalChannel.ContractType);
System\Workflow\Runtime\Hosting\ChannelManager.cs (8)
53
cacheAddress =
ChannelManagerHelpers
.BuildCacheAddress(endpoint.Name, endpoint.Contract.ContractType);
57
cacheAddress =
ChannelManagerHelpers
.BuildCacheAddress(endpoint.Name, endpoint.Contract.Name);
127
EndpointAddress cacheAddress =
ChannelManagerHelpers
.BuildCacheAddress(endpointName, contractType);
157
cacheAddress =
ChannelManagerHelpers
.BuildCacheAddressWithIdentity(address);
191
IChannel channel =
ChannelManagerHelpers
.CreateChannel(factory.ContractType, factory.ChannelFactory, (via == defaultViaUri) ? null : via.ToString());
216
ChannelManagerHelpers
.CreateChannelFactory(endpointData.Key, endpointData.Value, this.endpoints),
332
ChannelManagerHelpers
.CloseCommunicationObject(this.channelFactory);
337
ChannelManagerHelpers
.CloseCommunicationObject(this.channelFactory, timeout);
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (6)
186
factory =
ChannelManagerHelpers
.CreateChannelFactory(logicalChannel.ConfigurationName, logicalChannel.ContractType);
187
channel =
ChannelManagerHelpers
.CreateChannel(logicalChannel.ContractType, factory, logicalChannel.CustomAddress);
196
ChannelManagerHelpers
.CloseCommunicationObject(channel);
200
ChannelManagerHelpers
.CloseCommunicationObject(factory);
442
ChannelManagerHelpers
.CloseCommunicationObject(this.channel);
447
ChannelManagerHelpers
.CloseCommunicationObject(this.factory);