5 references to ContractType
System.WorkflowServices (5)
System\Workflow\Activities\ChannelToken.cs (1)
237if (logicalChannel.ContractType != contractType)
System\Workflow\Activities\SendActivity.cs (1)
408bool isSessionless = ChannelManagerHelpers.IsSessionlessContract(logicalChannel.ContractType);
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (3)
186factory = ChannelManagerHelpers.CreateChannelFactory(logicalChannel.ConfigurationName, logicalChannel.ContractType); 187channel = ChannelManagerHelpers.CreateChannel(logicalChannel.ContractType, factory, logicalChannel.CustomAddress); 296Type contractType = logicalChannel.ContractType;