3 references to ChannelFactory
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManager.cs (3)
191
IChannel channel = ChannelManagerHelpers.CreateChannel(factory.ContractType, factory.
ChannelFactory
, (via == defaultViaUri) ? null : via.ToString());
234
bool invalidFactory = (channelFactory.
ChannelFactory
.State != CommunicationState.Opened);
262
if (factory == null || factory.
ChannelFactory
.State != CommunicationState.Opened)